mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
update casper, phantom on travis
This commit is contained in:
parent
4f7160aac6
commit
f488e89527
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user