From 54e68c72ab366d8ae7e25d8e543d29966c4bfe8f Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 12 May 2017 21:39:57 +0800 Subject: Travis CI - Enable all tests, remove rustc (requires a newer cmake) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09285402..d38cd4b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ script: # libstd and hello_world - CC=gcc-6 make test TAIL_COUNT=2 # rustc - - CC=gcc-6 make output/rustc TAIL_COUNT=15 +# - CC=gcc-6 make output/rustc TAIL_COUNT=15 # Tests -# - CC=gcc-6 make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k + - CC=gcc-6 make local_tests -k + - CC=gcc-6 make rust_tests -k -- cgit v1.2.3