From ff48d83ad6360489dc1ce612ce90fd17c99a1bee Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 3 Sep 2017 20:03:04 +0300 Subject: Add EOL=NONE config to Travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1