revert previous travis fix attempt
This commit is contained in:
parent
3cdaf2b358
commit
4f56c6e5e9
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue