summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-03 20:03:04 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-08 19:15:22 +0300
commitff48d83ad6360489dc1ce612ce90fd17c99a1bee (patch)
treebce090d0b95597b253e8d3765b1f72b912ffbc5c /.travis.yml
parentbafa65d99ec8e44b26d1cc91c6a12f25541de37e (diff)
downloadboost-ff48d83ad6360489dc1ce612ce90fd17c99a1bee.tar.gz
Add EOL=NONE config to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 620291a624..b2b975a3d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,6 +56,13 @@ matrix:
- SCRIPT=ci_boost_release
- EOL=CRLF
+ # Build release package, but skip the final archive/upload step,
+ # to stay under time limit
+
+ - env:
+ - SCRIPT=ci_boost_release
+ - EOL=NONE
+
# Library requirements tests.
- env:
- SCRIPT=ci_boost_library_check