2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Merge pull request #6143 from acburdine/remove-casper

Remove casperjs from travis setup
This commit is contained in:
Hannah Wolfe 2015-12-01 14:33:18 +08:00
commit 65fcd53f33

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