1
0
forked from boostorg/mp11

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

This commit is contained in:
Peter Dimov
2016-11-15 19:22:36 +02:00
parent d896aaae2f
commit 64ea353f73

View File

@@ -87,8 +87,7 @@ 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: