We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fa108 commit e074639Copy full SHA for e074639
.travis.yml
@@ -6,6 +6,10 @@ node_js:
6
- "4"
7
8
sudo: false
9
+dist: trusty
10
+
11
+addons:
12
+ chrome: stable
13
14
cache:
15
directories:
@@ -30,8 +34,6 @@ before_install:
30
34
- npm config set spin false
31
35
- npm install -g npm@4
32
36
- npm --version
33
- - npm install -g phantomjs-prebuilt
- - phantomjs --version
37
38
install:
39
- npm install
0 commit comments