Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mystor committed Dec 30, 2017
1 parent fb783e3 commit 43de981
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ matrix:
script:
- cargo test
- cargo build --features unstable
- cargo doc --no-deps
- RUSTFLAGS='procmacro2_unstable' cargo test
- RUSTFLAGS='procmacro2_unstable' cargo build --features unstable
- RUSTFLAGS='procmacro2_unstable' cargo doc --no-deps
after_success:
- travis-cargo --only nightly doc-upload

script:
- cargo test
- RUSTFLAGS='procmacro2_unstable' cargo test
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
Expand Down

0 comments on commit 43de981

Please sign in to comment.