Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
updated travis.yml with rustc args
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Apr 10, 2018
1 parent ad4a97c commit 94c91f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ rust: nightly
sudo: false

script:
- cargo test
- cargo test --manifest-path testcrate/Cargo.toml
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --manifest-path testcrate/Cargo.toml

notifications:
email:
Expand Down

0 comments on commit 94c91f8

Please sign in to comment.