diff options
author | John Hodge <tpg@mutabah.net> | 2016-12-03 16:07:05 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-12-03 16:07:05 +0800 |
commit | 25bd608c36557b833b52d46a39f3d05ceffd7153 (patch) | |
tree | 1474df91a80c4cb6d444fd9edddb6c2de4546b5e | |
parent | 3aea6cc0390775271a2ead0b04aed05f7820ce77 (diff) | |
download | mrust-25bd608c36557b833b52d46a39f3d05ceffd7153.tar.gz |
Travis CI - Fix config
-rw-r--r-- | .travis.yml | 2 |
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 |