From a0c5addbbdaf472d26ae25c86ff826e509b3ee17 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 17 Apr 2014 17:14:54 -0500 Subject: Another .travis.yml fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3