Skip to content

Commit c7f269e

Browse files
author
David Tang
authored
Merge pull request #2 from skaterdav85/headless-chrome
change PhantomJS to headless Chrome
2 parents 26fa108 + e074639 commit c7f269e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ node_js:
66
- "4"
77

88
sudo: false
9+
dist: trusty
10+
11+
addons:
12+
chrome: stable
913

1014
cache:
1115
directories:
@@ -30,8 +34,6 @@ before_install:
3034
- npm config set spin false
3135
- npm install -g npm@4
3236
- npm --version
33-
- npm install -g phantomjs-prebuilt
34-
- phantomjs --version
3537

3638
install:
3739
- npm install

0 commit comments

Comments
 (0)