update casper, phantom on travis

This commit is contained in:
Min RK 2017-01-06 16:54:59 +01:00
parent 4f7160aac6
commit f488e89527

View File

@ -29,7 +29,10 @@ before_install:
- npm --version
- npm upgrade -g npm
- npm install
- 'if [[ $GROUP == js* ]]; then npm install -g casperjs@1.1.0-beta5; fi'
- |
if [[ $GROUP == js* ]]; then
npm install -g casperjs@1.1.3 phantomjs-prebuilt@2.1.7
fi
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
install: