mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Travis you old fart, get modern with a phantomjs from this century 💩
This commit is contained in:
parent
7f4101709b
commit
3bc3fda744
@ -17,7 +17,7 @@ env:
|
||||
- GROUP=js/services
|
||||
- GROUP=js/tree
|
||||
before_install:
|
||||
- 'if [[ $GROUP == js* ]]; then npm install -g casperjs; fi'
|
||||
- 'if [[ $GROUP == js* ]]; then npm install -g phantomjs && npm install -g casperjs; fi'
|
||||
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
|
||||
install:
|
||||
- pip install -f travis-wheels/wheelhouse --pre file://$PWD#egg=notebook[test] coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user