summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-03 16:07:05 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-03 16:07:05 +0800
commit25bd608c36557b833b52d46a39f3d05ceffd7153 (patch)
tree1474df91a80c4cb6d444fd9edddb6c2de4546b5e
parent3aea6cc0390775271a2ead0b04aed05f7820ce77 (diff)
downloadmrust-25bd608c36557b833b52d46a39f3d05ceffd7153.tar.gz
Travis CI - Fix config
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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