1
0
forked from boostorg/mp11

Escape (yet again) 'using' line in .travis.yml

This commit is contained in:
Peter Dimov
2016-11-15 19:23:56 +02:00
parent 64ea353f73
commit 1814f8088c

View File

@@ -87,7 +87,8 @@ install:
- ./b2 headers - ./b2 headers
script: 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 - ./b2 libs/mp11/test toolset=$TOOLSET
notifications: notifications: