diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-05-12 21:39:57 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-05-12 21:39:57 +0800 |
commit | 54e68c72ab366d8ae7e25d8e543d29966c4bfe8f (patch) | |
tree | e3e8bed0e0edb61950a8afd86ac05ebb68412642 | |
parent | b3bcc3f314df739d04b3482e052c0cd8af65e7b8 (diff) | |
download | mrust-54e68c72ab366d8ae7e25d8e543d29966c4bfe8f.tar.gz |
Travis CI - Enable all tests, remove rustc (requires a newer cmake)
-rw-r--r-- | .travis.yml | 5 |
1 files 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 |