Remove phantomjs; add chrome

This commit is contained in:
Richard van der Hoff 2017-07-05 09:43:40 +01:00
parent 38b1ca9b90
commit 9969d6095d
2 changed files with 3 additions and 3 deletions

View file

@ -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