From 5433b08afd28f5ba872db5cf5bb5941d13b56ff8 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 3 Dec 2016 16:16:17 +0800 Subject: Travis CI - Fix config take 2 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3