2
0
mirror of https://github.com/boostorg/mp11.git synced 2026-02-22 03:22:29 +00:00

Escape echo using line in .travis.yml

This commit is contained in:
Peter Dimov
2016-11-15 19:09:23 +02:00
parent 128921e9be
commit e46bb48bc3

View File

@@ -88,7 +88,8 @@ install:
- ./b2 headers
script:
- echo using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ; > ~/user-config.jam
- |
echo using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ; > ~/user-config.jam
- ./b2 libs/mp11/test toolset=$TOOLSET
notifications: