Update travis config to build no_std.

This commit is contained in:
Sergey Pepyakin
2018-05-11 19:07:08 +03:00
parent c4e7918a96
commit c5f1d26b2a

View File

@@ -13,6 +13,7 @@ addons:
script:
- export CC=/usr/bin/gcc-6
- export CXX=/usr/bin/g++-6
- cargo check --no-default-features
- cargo build --release --verbose
- cargo test --release --verbose
- cargo test --release --manifest-path=spec/Cargo.toml