Skip to content

Commit

Permalink
Merge pull request #1512 from dtolnay/off
Browse files Browse the repository at this point in the history
Temporarily disable compiletest testing in CI
  • Loading branch information
dtolnay committed Apr 23, 2019
2 parents ce16863 + fba1b92 commit 1e6d3ff
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 @@ -29,7 +29,7 @@ matrix:
- cd "${TRAVIS_BUILD_DIR}/test_suite/deps"
- cargo build
- cd "${TRAVIS_BUILD_DIR}/test_suite"
- cargo test --features compiletest,unstable
- cargo test --features unstable
- cd "${TRAVIS_BUILD_DIR}/test_suite/no_std"
- cargo build

Expand Down

0 comments on commit 1e6d3ff

Please sign in to comment.