Skip to content

Commit aa9b25a

Browse files
committed
Remove semver exempt testing from 1.15 and stable builds
This feature tracks whatever is in nightly, so we reserve the right to remain broken on compilers that are not nightly.
1 parent 1ded350 commit aa9b25a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ matrix:
66
- rust: 1.15.0
77
- rust: stable
88
- rust: beta
9-
script: cargo test
109
- rust: nightly
1110
install: rustup target add wasm32-unknown-unknown
1211
script: cargo test --target wasm32-unknown-unknown --no-run
@@ -24,7 +23,6 @@ before_script:
2423

2524
script:
2625
- cargo test
27-
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
2826

2927
notifications:
3028
email:

0 commit comments

Comments
 (0)