diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 16a62450..eefc1859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: install: - "./acprep dependencies" - wget http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download - - tar jxf boost_1_55_0.tar.bz2 + - tar jxf download - mv boost_1_55_0 $HOME/boost-trunk before_script: - BOOST="$HOME/boost-trunk" |