We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b3575 commit 5e5b670Copy full SHA for 5e5b670
.travis.yml
@@ -4,7 +4,7 @@ compiler:
4
- clang
5
env: BOOST_ROOT=$TRAVIS_BUILD_DIR/../boost
6
7
-before_install: curl -s http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2|tar xfj -C $BOOST_ROOT -
+before_install: curl -s http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2|tar xfj - -C $BOOST_ROOT
8
install:
9
- (cd $BOOST_ROOT; ./bootstrap.sh)
10
- (cd $BOOST_ROOT; ./b2 --prefix=$PWD install)
0 commit comments