revert previous travis fix attempt

This commit is contained in:
nathanmarz 2017-03-11 12:24:56 -05:00
parent 3cdaf2b358
commit 4f56c6e5e9

View file

@ -3,11 +3,11 @@ lein: 2.7.1
cache: cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
before_script: #before_script:
- mkdir travis-phantomjs # - 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 # - 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 # - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs:$PATH # - export PATH=$PWD/travis-phantomjs:$PATH
script: script:
- lein test - lein test
- lein doo phantom test-build once # - lein doo phantom test-build once