try forcing v2.0 of phantomjs in build

This commit is contained in:
nathanmarz 2017-03-11 12:12:46 -05:00
parent f426b0db61
commit 3cdaf2b358

View file

@ -3,6 +3,11 @@ lein: 2.7.1
cache:
directories:
- $HOME/.m2
before_script:
- mkdir travis-phantomjs
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs:$PATH
script:
- lein test
# - lein doo phantom test-build once
- lein doo phantom test-build once