summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-06 13:48:29 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-08 19:22:08 +0300
commit7a33fc8e02dc059d3571532e8c615dc538c041b3 (patch)
tree3e5847ce350c742f01f0bd99aefaa1005c059037 /.travis.yml
parentdbf63633aebb5d48899cc57501321f4812d536fa (diff)
downloadboost-7a33fc8e02dc059d3571532e8c615dc538c041b3.tar.gz
Add MODE=check release build to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cf111ca186..39f50e6ee4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,9 @@ matrix:
#
# Skip EOL=LF and EOL=CRLF because they often time out
- - env: SCRIPT=ci_boost_release EOL=NONE
+ - env: SCRIPT=ci_boost_release EOL=NONE JOBS=3
+
+ - env: SCRIPT=ci_boost_release MODE=check
# Simple integrated status tests check.
- env: SCRIPT=ci_boost_status