diff options
-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 |