summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2019-10-26 16:27:31 +0800
committerJohn Hodge <tpg@mutabah.net>2019-10-26 16:27:31 +0800
commit7ca04e2d668fa44a1663158f844cb912e396cb32 (patch)
treead05ef2ce5b64a1193404e7029467296ad4ce597
parent9ce35b65e5be4ce75b3b7aabe29c432128a17279 (diff)
downloadmrust-7ca04e2d668fa44a1663158f844cb912e396cb32.tar.gz
travis.yml - .hir renamed to .rlib
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 864d973d..63a7347f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ install:
script:
- set -e
- - make -f minicargo.mk output/libtest.hir # libstd
+ - make -f minicargo.mk output/libtest.rlib # libstd
- make test # hello_world
# Tests
- set +e