Skip to content

Commit

Permalink
test: Verify that gluon can be build with --no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Mar 31, 2017
1 parent e99b5c8 commit 3cc6c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
travis-cargo --only nightly test -- --features "test nightly" -p gluon compile_test &&
cargo build --release &&
travis-cargo --only nightly bench &&
cargo build --lib --no-default-features
cargo build --all --no-default-features
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE="nightly"
Expand Down

0 comments on commit 3cc6c0e

Please sign in to comment.