mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update Casper version on Travis
This commit is contained in:
parent
dd17b8c552
commit
835f7184c6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ before_install:
|
|||
- npm install -g grunt-cli
|
||||
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
||||
- cd ~/casperjs
|
||||
- git checkout tags/1.1-beta1
|
||||
- git checkout tags/1.1-beta3
|
||||
- export PATH=$PATH:`pwd`/bin
|
||||
- cd -
|
||||
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_travis'; fi
|
||||
|
|
Loading…
Reference in a new issue