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.
diff --git a/.travis.yml b/.travis.yml
index d5d7b88..b07a4d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@
- rust: 1.15.0
- rust: stable
- rust: beta
- script: cargo test
- rust: nightly
install: rustup target add wasm32-unknown-unknown
script: cargo test --target wasm32-unknown-unknown --no-run
@@ -24,7 +23,6 @@
script:
- cargo test
- - RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
notifications:
email: