mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Add EOL=NONE config to Travis
This commit is contained in:
parent
bafa65d99e
commit
ff48d83ad6
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue