0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

remove casperjs from travis setup

This commit is contained in:
Austin Burdine 2015-11-30 11:23:09 -06:00
parent 8d5d89fb4a
commit ea64e5f8b6

View file

@ -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