From ced57a9e5fb5ed2670e3671253f761e48e38f052 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 21 May 2018 09:23:22 -0700 Subject: [PATCH] Re-enable testing of nightly proc macro --- travis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis.sh b/travis.sh index 2f7face2..001b6ec6 100755 --- a/travis.sh +++ b/travis.sh @@ -55,8 +55,7 @@ else channel build cd "$DIR/test_suite" channel test --features unstable - # Broken while syn and quote update to the new proc-macro API - #channel build --tests --features proc-macro2/nightly + channel build --tests --features proc-macro2/nightly if [ -z "${APPVEYOR}" ]; then cd "$DIR/test_suite/no_std" channel build