Use parity-wasm .travis.yml

This commit is contained in:
Sergey Pepyakin 2018-01-22 18:05:13 +03:00
parent af92d8ced8
commit da2c02e2ab
1 changed files with 19 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -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