Skip to content

Commit 61cf977

Browse files
committed
boost dir fix
1 parent 5e5b670 commit 61cf977

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ 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:
8+
- mkdir -p $BOOST_ROOT
9+
- curl -s http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2|tar xfj - -C $BOOST_ROOT
810
install:
911
- (cd $BOOST_ROOT; ./bootstrap.sh)
1012
- (cd $BOOST_ROOT; ./b2 --prefix=$PWD install)

0 commit comments

Comments
 (0)