Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Test no_std build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed May 15, 2018
1 parent 605c999 commit b4a1fd8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,6 +1,9 @@
language:
- rust
language: rust
rust:
- nightly
- stable

script:
- cargo build --release --verbose
- cargo test --verbose
- cargo build --all --release --verbose
- cargo test --all --verbose
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi

0 comments on commit b4a1fd8

Please sign in to comment.