diff options
author | John Hodge <tpg@mutabah.net> | 2016-12-03 16:16:17 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-12-03 16:16:17 +0800 |
commit | 5433b08afd28f5ba872db5cf5bb5941d13b56ff8 (patch) | |
tree | b4a65323b78ffc937758983af1375cee51ef6275 | |
parent | b859297f6ed678e004b841dcf2ae5a64c10301f8 (diff) | |
download | mrust-5433b08afd28f5ba872db5cf5bb5941d13b56ff8.tar.gz |
Travis CI - Fix config take 2
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7f2863c9..dc478a31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ install: # Tests! (check that they parse, and keep going) script: # libstd - - make ./rustc-nightly/ output/libstd.hir TAIL_COUNT=2 + - make "./rustc-nightly/" + - make output/libstd.hir TAIL_COUNT=2 # rustc (not the actual binary, because that doesn't emit a file yet) - make output/librustc_driver.hir TAIL_COUNT=2 # Tests |