summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-04-17 15:57:37 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-04-17 15:57:37 -0500
commitb7647a466ee92ae78202f115ce9e9649a066e374 (patch)
treec4d466d44985168239f5a4542378a6a2780bc2ae /.travis.yml
parentae18a6031581ab66d4f4707c491d6d78ab3d263c (diff)
downloadfork-ledger-b7647a466ee92ae78202f115ce9e9649a066e374.tar.gz
fork-ledger-b7647a466ee92ae78202f115ce9e9649a066e374.tar.bz2
fork-ledger-b7647a466ee92ae78202f115ce9e9649a066e374.zip
Have Travis download Boost-1.55
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eed18531..e6f38501 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ compiler:
install: "./acprep dependencies"
before_script: "./acprep opt make --python"
script:
+ - 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
+ - mv boost_1_55_0 $HOME/boost-trunk
+ - BOOST="$HOME/boost-trunk"
- "./acprep check -- --output-on-failure"
- "PYTHONPATH=. python python/demo.py"
notifications: