Build on nightly too, as per review comment

This commit is contained in:
Adam Wright
2016-02-18 01:36:39 -08:00
parent a06b583334
commit 6d23174219

View File

@@ -104,13 +104,15 @@ if [ "$?" == 0 ] && [ "${TARPC_USE_CURRENT_TOOLCHAIN}" == "" ]; then
exit 1
fi
# No need to build on nightly, the tests will do that
run_cargo build tarpc stable
run_cargo build tarpc_examples stable
run_cargo build tarpc beta
run_cargo build tarpc_examples beta
run_cargo build tarpc nightly
run_cargo build tarpc_examples nightly
# We still rely on some nightly stuff for tests
run_cargo test tarpc nightly
run_cargo test tarpc_examples nightly