Skip to content

Commit

Permalink
travis: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
erenon committed Dec 12, 2015
1 parent ddc3d28 commit 4afc4ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ install:
- cd ${TRAVIS_BUILD_DIR}

script:
- echo "using ${CXX_NAME} : : ${CXX_PATH} ;" > project-config.jam
- cd test
- b2 --toolset=${CXX_NAME} -j2
- |
echo "using ${CXX_NAME} : : ${CXX_PATH} ;" > project-config.jam
cd test
b2 --toolset=${CXX_NAME} -j2

0 comments on commit 4afc4ca

Please sign in to comment.