Build the test suite in CI using proc-macro2/nightly

This commit is contained in:
David Tolnay 2018-01-09 22:23:19 -08:00
parent 63623eb3b3
commit dd6914a203
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -55,6 +55,7 @@ else
channel build
cd "$DIR/test_suite"
channel test --features unstable
channel build --tests --features proc-macro2/nightly
if [ -z "${APPVEYOR}" ]; then
cd "$DIR/test_suite/no_std"
channel build