diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index cb6b93b1..09285402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,10 @@ install: - make RUSTCSRC - CC=gcc-6 CXX=g++-6 make -# Tests! (check that they parse, and keep going) script: -# libstd +# libstd and hello_world - CC=gcc-6 make test TAIL_COUNT=2 -# rustc (not the actual binary, because that doesn't emit a file yet) - - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=15 +# rustc + - CC=gcc-6 make output/rustc TAIL_COUNT=15 # Tests # - CC=gcc-6 make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k |