summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-03 21:09:01 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-08 19:15:35 +0300
commit089f278372a5d3feafff0d84fe01a84f707aa0dd (patch)
treee91697c4dbaf8109753c3e28b46f7f7c4ae76925 /.travis.yml
parentff48d83ad6360489dc1ce612ce90fd17c99a1bee (diff)
downloadboost-089f278372a5d3feafff0d84fe01a84f707aa0dd.tar.gz
Skip EOL=LF and EOL=CRLF because they tend to time out often
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index b2b975a3d7..ff93e0743e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,19 +45,11 @@ matrix:
# Simple integrated status tests check.
- env:
- SCRIPT=ci_boost_status
-
- # Build release package for LF end-of-line style text files.
- - env:
- - SCRIPT=ci_boost_release
- - EOL=LF
-
- # Build release package for CRLF end-of-line style text files (i.e. for Windows).
- - env:
- - SCRIPT=ci_boost_release
- - EOL=CRLF
-
+
# Build release package, but skip the final archive/upload step,
# to stay under time limit
+ #
+ # Skip EOL=LF and EOL=CRLF because they often time out
- env:
- SCRIPT=ci_boost_release