From 94c91f81b3214ad24c22c53d524fb56eebe0517a Mon Sep 17 00:00:00 2001 From: Seun LanLege Date: Tue, 10 Apr 2018 19:04:14 +0100 Subject: [PATCH] updated travis.yml with rustc args --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4f6cee..de1a999 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: