Skip to content

Commit 9cdbddd

Browse files
committed
fix(ci): travis build failure
1 parent 76218ee commit 9cdbddd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
sudo: required
22
dist: trusty
3-
addons:
4-
apt:
5-
sources:
6-
- google-chrome
7-
packages:
8-
- google-chrome-stable
3+
# addons:
4+
# apt:
5+
# sources:
6+
# - google-chrome
7+
# packages:
8+
# - google-chrome-stable
99
language: node_js
1010
node_js:
1111
- stable
12-
before_install:
13-
- npm i npm@^4 -g
12+
# before_install:
13+
# - npm i npm@^4 -g
1414
install:
1515
- npm install
1616
script:

0 commit comments

Comments
 (0)