diff options
author | John Wiegley <johnw@newartisans.com> | 2014-04-17 17:14:54 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-04-17 17:14:54 -0500 |
commit | a0c5addbbdaf472d26ae25c86ff826e509b3ee17 (patch) | |
tree | 7f564208a28f660b7397a5de65e6c17587a9b3cc /.travis.yml | |
parent | 15cd98ff55f775e5163a30671b84e2776983649c (diff) | |
download | fork-ledger-a0c5addbbdaf472d26ae25c86ff826e509b3ee17.tar.gz fork-ledger-a0c5addbbdaf472d26ae25c86ff826e509b3ee17.tar.bz2 fork-ledger-a0c5addbbdaf472d26ae25c86ff826e509b3ee17.zip |
Another .travis.yml fix
Diffstat (limited to '.travis.yml')
-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" |