summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-22 01:34:17 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-22 19:26:51 +0200
commite3df1b1e847fe3ae7793b2d56ff9976343d58985 (patch)
tree0180115b904019c4e8b597d90f83499e4e563029 /.travis.yml
parent0d1a8d09f452977aadef7897aa12a8d41c7a4af0 (diff)
downloadhaskell-e3df1b1e847fe3ae7793b2d56ff9976343d58985.tar.gz
Validate: explain THREADS instead of CPUS in --help
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c847dac7c..f8829feeb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,4 +50,4 @@ script:
- if [ "$DEBUG_STAGE2" = "YES" ]; then echo 'GhcStage2HcOpts += -DDEBUG' >> mk/validate.mk; fi
# Don't use --quiet, as it might cause the testsuite to not print output for
# over 10 minutes, causing Travis to kill our job.
- - CPUS=2 SKIP_PERF_TESTS=YES ./validate --fast
+ - THREADS=3 SKIP_PERF_TESTS=YES ./validate --fast