From 7e256633a350c46a9c87fb7d61ca5da75c502754 Mon Sep 17 00:00:00 2001 From: xd009642 Date: Tue, 2 Oct 2018 17:12:08 +0100 Subject: [PATCH] Updated readme to only run in nightly As per conversation in #150 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 524484a8ed..6df93cc096 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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