Skip to content

Commit

Permalink
CI: testing without std, but with alloc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarkiewicz committed Mar 5, 2018
1 parent 8aaab61 commit c1d05d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ matrix:
- cargo install cargo-travis || echo "cargo-travis already installed"
- cargo install cargo-benchcmp || echo "cargo-benchcmp already installed"
- cargo install-update -a
- rust: nightly
env: FEATURES='--no-default-features --features "alloc"'
- rust: stable
env: FEATURES=''
- rust: stable
Expand Down

0 comments on commit c1d05d9

Please sign in to comment.