Skip to content

Commit 9b5e2a1

Browse files
committed
chore: run travis on newer Node versions, cache node_modules
1 parent e3614f7 commit 9b5e2a1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
sudo: required
21
language: node_js
32
node_js:
43
- 4
5-
- 5
6-
- stable
7-
script:
8-
- npm run test
4+
- 6
5+
- 8
6+
- 10
7+
cache:
8+
directories:
9+
- ".eslintcache"
10+
- "node_modules"
11+
script: npm test

0 commit comments

Comments
 (0)