summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-03 12:16:50 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-03 12:16:50 +0800
commitfb12fdc738c4066acd46069bbd5f1161c907b295 (patch)
treef36b0dbde7f2e88afd7e75a1d61af15d665a6956
parent65cc0bdcfc0d50da763415cabf1128178f74c934 (diff)
downloadmrust-fb12fdc738c4066acd46069bbd5f1161c907b295.tar.gz
Travis CI - More output from hello world compile (for debugging)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 117746b5..d58427ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ install:
script:
- set -e
- make -f minicargo.mk output/libtest.hir # libstd
- - make test TAIL_COUNT=2 # hello_world
+ - make test # hello_world
# Tests
- set +e
- make local_tests -k