We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b52ee commit 156885cCopy full SHA for 156885c
.travis.yml
@@ -10,8 +10,6 @@ matrix:
10
env: TEST_FEATURES="compiletest"
11
- rust: nightly
12
env: FEATURES="unstable" TEST_FEATURES="compiletest unstable"
13
- allow_failures:
14
- - env: FEATURES="unstable" TEST_FEATURES="compiletest unstable"
15
16
script:
17
- cargo build --features "${FEATURES:-}" --verbose
0 commit comments