From 089f278372a5d3feafff0d84fe01a84f707aa0dd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 3 Sep 2017 21:09:01 +0300 Subject: Skip EOL=LF and EOL=CRLF because they tend to time out often --- .travis.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1