diff options
author | Peter Dimov <pdimov@pdimov.com> | 2017-09-11 23:23:31 +0300 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2017-09-11 23:23:31 +0300 |
commit | df733dd82f96bdcad3c6329fd22e61439ca279fb (patch) | |
tree | 2b4aba4764d5dd77d1984f39578d894c63e6fb9b | |
parent | 533f14a35a4656ac052b1974998190a402149009 (diff) | |
download | boost-df733dd82f96bdcad3c6329fd22e61439ca279fb.tar.gz |
travis: omit building the release to increase turnaround
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 39f50e6ee4..b1f21757f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,13 +43,6 @@ matrix: include: - # 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 EOL=NONE JOBS=3 - - env: SCRIPT=ci_boost_release MODE=check # Simple integrated status tests check. |