Remove phantomjs; add chrome
This commit is contained in:
parent
38b1ca9b90
commit
9969d6095d
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,9 @@ node_js:
|
|||
- 6.3
|
||||
- 6
|
||||
- 7
|
||||
addons:
|
||||
chrome: stable
|
||||
install:
|
||||
# clone the deps with depth 1: we know we will only ever need that one
|
||||
# commit.
|
||||
- scripts/fetch-develop.deps.sh --depth 1 && npm i phantomjs-prebuilt && npm install
|
||||
- scripts/fetch-develop.deps.sh --depth 1 && npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue