Skip to content

Commit 5e5b670

Browse files
committed
boost download fix
1 parent 22b3575 commit 5e5b670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ compiler:
44
- clang
55
env: BOOST_ROOT=$TRAVIS_BUILD_DIR/../boost
66

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 -
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
88
install:
99
- (cd $BOOST_ROOT; ./bootstrap.sh)
1010
- (cd $BOOST_ROOT; ./b2 --prefix=$PWD install)

0 commit comments

Comments
 (0)