Merge remote-tracking branch 'origin/master' into editorconfig

This commit is contained in:
NikVolf
2017-11-01 17:14:51 +03:00
2 changed files with 7 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
language:
- rust
script:
- cargo build --release --verbose
- cargo test --verbose
+1 -5
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"] authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies] [dependencies]
parity-wasm = "0.14" parity-wasm = "0.15"
log = "0.3" log = "0.3"
env_logger = "0.4" env_logger = "0.4"
lazy_static = "0.2" lazy_static = "0.2"
@@ -29,7 +29,3 @@ path = "gas/src/main.rs"
[[bin]] [[bin]]
name = "wasm-build" name = "wasm-build"
path = "build/src/main.rs" path = "build/src/main.rs"
[[bin]]
name = "nondeterminism-check"
path = "nondeterminism_check/src/main.rs"