From 25bd608c36557b833b52d46a39f3d05ceffd7153 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 3 Dec 2016 16:07:05 +0800 Subject: Travis CI - Fix config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 458bce2b..7f2863c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: # Tests! (check that they parse, and keep going) script: # libstd - - make output/libstd.hir TAIL_COUNT=2 + - make ./rustc-nightly/ 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