Skip to content

Commit 3077834

Browse files
authored
hopefully fix CI
1 parent 6d889a7 commit 3077834

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
dist: trusty
21
language: node_js
3-
addons:
4-
chrome: stable
52
node_js:
63
- stable
4+
dist: trusty
5+
sudo: false
6+
addons:
7+
chrome: stable
8+
cache:
9+
npm: true
10+
directories:
11+
- node_modules

0 commit comments

Comments
 (0)