Skip to content

Commit 1e6d3ff

Browse files
authored
Merge pull request #1512 from dtolnay/off
Temporarily disable compiletest testing in CI
2 parents ce16863 + fba1b92 commit 1e6d3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929
- cd "${TRAVIS_BUILD_DIR}/test_suite/deps"
3030
- cargo build
3131
- cd "${TRAVIS_BUILD_DIR}/test_suite"
32-
- cargo test --features compiletest,unstable
32+
- cargo test --features unstable
3333
- cd "${TRAVIS_BUILD_DIR}/test_suite/no_std"
3434
- cargo build
3535

0 commit comments

Comments
 (0)