From cea67e705b3a03fbd9cc3c8a06bc7e4248fe49eb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 May 2016 20:27:51 +0300 Subject: [PATCH] Fix commands in .travis.yml. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 907a382..0654914 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,8 @@ install: - cd libs/bind - git checkout -q $TRAVIS_COMMIT - cd ../.. - - bootstrap - - b2 headers + - ./bootstrap.sh + - ./b2 headers script: - - b2 libs/bind/test toolset=gcc,clang + - ./b2 libs/bind/test toolset=gcc,clang