From 62850bf83296a1f36d7c6e87391114fe804f3a6f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 18 May 2018 12:24:03 -0700 Subject: [PATCH] Disable nightly proc-macro build --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 001b6ec6..2f7face2 100755 --- a/travis.sh +++ b/travis.sh @@ -55,7 +55,8 @@ else channel build cd "$DIR/test_suite" channel test --features unstable - channel build --tests --features proc-macro2/nightly + # Broken while syn and quote update to the new proc-macro API + #channel build --tests --features proc-macro2/nightly if [ -z "${APPVEYOR}" ]; then cd "$DIR/test_suite/no_std" channel build