Skip to content

Commit

Permalink
Updated readme to only run in nightly
Browse files Browse the repository at this point in the history
As per conversation in #150
  • Loading branch information
xd009642 committed Oct 2, 2018
1 parent 3b9da36 commit 7e25663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ matrix:
- rust: nightly

before_cache: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
fi
Expand All @@ -169,7 +169,7 @@ script:
- cargo test

after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
# Uncomment the following line for coveralls.io
# cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
Expand Down

0 comments on commit 7e25663

Please sign in to comment.