1
0
forked from boostorg/bind

Fix commands in .travis.yml.

This commit is contained in:
Peter Dimov
2016-05-21 20:27:51 +03:00
parent 154f70cf7a
commit cea67e705b

View File

@@ -37,8 +37,8 @@ install:
- cd libs/bind - cd libs/bind
- git checkout -q $TRAVIS_COMMIT - git checkout -q $TRAVIS_COMMIT
- cd ../.. - cd ../..
- bootstrap - ./bootstrap.sh
- b2 headers - ./b2 headers
script: script:
- b2 libs/bind/test toolset=gcc,clang - ./b2 libs/bind/test toolset=gcc,clang