mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #6143 from acburdine/remove-casper
Remove casperjs from travis setup
This commit is contained in:
commit
65fcd53f33
1 changed files with 0 additions and 6 deletions
|
@ -28,16 +28,10 @@ matrix:
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
env: TEST_SUITE=lint
|
env: TEST_SUITE=lint
|
||||||
before_install:
|
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 == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
|
||||||
- if [ $DB == "pg" ]; then psql -c 'create database ghost_testing;' -U postgres; fi
|
- if [ $DB == "pg" ]; then psql -c 'create database ghost_testing;' -U postgres; fi
|
||||||
before_script:
|
before_script:
|
||||||
- phantomjs --version
|
- phantomjs --version
|
||||||
- casperjs --version
|
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue