summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-06-17 09:46:02 -0500
committerRene Rivera <grafikrobot@gmail.com>2016-06-17 09:46:57 -0500
commit0885a8c4bc1d017fb8bedc248781dd5f1741e324 (patch)
tree0a7f27d6c915959ef63d1c9b0879db23d35b2006 /.travis.yml
parentc375f2ca16addb102b72cbc692b610dc5cf17ce9 (diff)
downloadboost-0885a8c4bc1d017fb8bedc248781dd5f1741e324.tar.gz
Use shorter and more obvious env var for EOL build type.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 54a6e7ce79..d3ac0efb23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,12 +50,12 @@ matrix:
# Build release package for LF end-of-line style text files.
- env:
- SCRIPT=ci_boost_release
- - RELEASE_BUILD=LF
+ - EOL=LF
# Build release package for CRLF end-of-line style text files (i.e. for Windows).
- env:
- SCRIPT=ci_boost_release
- - RELEASE_BUILD=CRLF
+ - EOL=CRLF
# Library requirements tests.
- env: