Skip to content

Commit 6aafb1a

Browse files
authored
Merge pull request dtolnay#129 from dtolnay/exempt
Remove semver exempt testing from 1.15 and stable builds
2 parents 1ded350 + aa9b25a commit 6aafb1a

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)