Skip to content

Commit

Permalink
Fix not running std feature build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Sep 25, 2020
1 parent 2ffc53a commit 1c8c96b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rust:
env:
matrix:
- FEATURES=''
- FEATURES='std'
script:
- if [ "${TRAVIS_RUST_VERSION}" == "1.34.2" ]; then
cargo build -v --features="$FEATURES";
Expand Down

0 comments on commit 1c8c96b

Please sign in to comment.