Use shorter and more obvious env var for EOL build type.

This commit is contained in:
Rene Rivera 2016-06-17 09:46:02 -05:00
parent c375f2ca16
commit 0885a8c4bc

View file

@ -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: