diff --git a/travis.sh b/travis.sh index c43cb55f..a936554d 100755 --- a/travis.sh +++ b/travis.sh @@ -52,8 +52,10 @@ else channel build cd "$DIR/test_suite" channel test --features unstable - cd "$DIR/test_suite/no_std" - channel build + if [ -z "${APPVEYOR}" ]; then + cd "$DIR/test_suite/no_std" + channel build + fi CHANNEL=beta cd "$DIR"