From 6d23174219b7d6c722686d2610ebea27981e81fc Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Thu, 18 Feb 2016 01:36:39 -0800 Subject: [PATCH] Build on nightly too, as per review comment --- hooks/pre-push | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hooks/pre-push b/hooks/pre-push index 491a65d..bd5474b 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -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