Skip to content

Commit

Permalink
remove casperjs from travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine committed Nov 30, 2015
1 parent 8d5d89f commit ea64e5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ matrix:
- node_js: "0.10"
env: TEST_SUITE=lint
before_install:
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- git checkout tags/1.1-beta3
- export PATH=$PATH:`pwd`/bin
- cd -
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
- if [ $DB == "pg" ]; then psql -c 'create database ghost_testing;' -U postgres; fi
before_script:
- phantomjs --version
- casperjs --version
after_success:
- |
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
Expand Down

0 comments on commit ea64e5f

Please sign in to comment.