Update travis configuration

This commit is contained in:
Nika Layzell 2017-12-30 15:04:16 -05:00
parent fb783e32f0
commit 3aa5bdf4c6

View File

@ -12,12 +12,15 @@ matrix:
script:
- cargo test
- cargo build --features unstable
- cargo doc --no-deps
- RUSTFLAGS='--cfg procmacro2_unstable' cargo test
- RUSTFLAGS='--cfg procmacro2_unstable' cargo build --features unstable
- RUSTFLAGS='--cfg procmacro2_unstable' cargo doc --no-deps
after_success:
- travis-cargo --only nightly doc-upload
script:
- cargo test
- RUSTFLAGS='--cfg procmacro2_unstable' cargo test
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""