Skip to content

Commit

Permalink
yegor256#307 install casperjs on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 15, 2014
1 parent 727806e commit fee1390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ language: java
cache:
directories:
- $HOME/.m2
script:
install:
- sudo apt-get install phantomjs
- git clone --depth=1 https://github.com/n1k0/casperjs.git /tmp/casperjs
- export PATH=$PATH:/tmp/casperjs/bin
script:
- mvn clean install -Pqulice --batch-mode --errors

0 comments on commit fee1390

Please sign in to comment.