diff options
author | John Wiegley <johnw@newartisans.com> | 2014-04-17 16:01:18 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-04-17 16:01:18 -0500 |
commit | 15cd98ff55f775e5163a30671b84e2776983649c (patch) | |
tree | 1f9dd63a7366d96285c46fd42a3d061c6a2b59f4 /.travis.yml | |
parent | b7647a466ee92ae78202f115ce9e9649a066e374 (diff) | |
download | fork-ledger-15cd98ff55f775e5163a30671b84e2776983649c.tar.gz fork-ledger-15cd98ff55f775e5163a30671b84e2776983649c.tar.bz2 fork-ledger-15cd98ff55f775e5163a30671b84e2776983649c.zip |
More Travis changes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e6f38501..16a62450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,15 @@ language: cpp compiler: - clang - gcc -install: "./acprep dependencies" -before_script: "./acprep opt make --python" -script: +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 - mv boost_1_55_0 $HOME/boost-trunk +before_script: - BOOST="$HOME/boost-trunk" + - "./acprep opt make --python" +script: - "./acprep check -- --output-on-failure" - "PYTHONPATH=. python python/demo.py" notifications: |