1
0
forked from boostorg/mp11

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: