Skip to content

Commit

Permalink
Merge pull request #68 from RReverser/fix-travis-stable-feature-flags
Browse files Browse the repository at this point in the history
Fix feature flags for stable Rust testing from #65
  • Loading branch information
fitzgen authored Nov 29, 2018
2 parents 90e09bc + 9a67508 commit 88a552a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ matrix:
- rustup target add i686-pc-windows-gnu
script:
- cd ./wee_alloc
- cargo check --release --features "size_classes"
- cargo check --release --no-default-features
- cargo check --release
- cargo check --release --features "size_classes" --target i686-pc-windows-gnu
- cargo check --release --no-default-features --target i686-pc-windows-gnu
- cargo check --release --target i686-pc-windows-gnu

0 comments on commit 88a552a

Please sign in to comment.