2015-09-26 15:38:04 +00:00
|
|
|
language: clojure
|
2017-03-10 19:54:45 +00:00
|
|
|
lein: 2.7.1
|
|
|
|
|
cache:
|
|
|
|
|
directories:
|
|
|
|
|
- $HOME/.m2
|
2017-03-11 17:12:46 +00:00
|
|
|
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
|
2016-04-21 15:07:11 +00:00
|
|
|
script:
|
|
|
|
|
- lein test
|
2017-03-11 17:12:46 +00:00
|
|
|
- lein doo phantom test-build once
|