Skip to content

Commit 40ffab6

Browse files
committed
ci: updating Chrome config
1 parent ebb3a56 commit 40ffab6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ language: node_js
22
node_js: stable
33
sudo: required
44
addons:
5-
apt:
6-
sources:
7-
- google-chrome
8-
packages:
9-
- google-chrome-stable
5+
chrome: stable
106
script:
117
- npm test
128
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:sl; fi

0 commit comments

Comments
 (0)