Use parity-wasm .travis.yml
This commit is contained in:
parent
af92d8ced8
commit
da2c02e2ab
|
@ -0,0 +1,19 @@
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
language:
|
||||||
|
- rust
|
||||||
|
- cpp
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- gcc-6
|
||||||
|
- g++-6
|
||||||
|
- cmake
|
||||||
|
script:
|
||||||
|
- export CC=/usr/bin/gcc-6
|
||||||
|
- export CXX=/usr/bin/g++-6
|
||||||
|
- cargo build --verbose
|
||||||
|
- cargo test --verbose
|
||||||
|
- cargo test --manifest-path=spec/Cargo.toml
|
Loading…
Reference in New Issue