Skip to content

Commit 4f0def1

Browse files
committed
Update travis config
1 parent 77b949f commit 4f0def1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: node_js
22
node_js:
3-
- "stable"
3+
- "node"
44
- "lts/*"
5-
- "4"
5+
- "6"
6+
cache:
7+
directories:
8+
- "node_modules"
69
script:
710
- npm run cover
811
after_success:

0 commit comments

Comments
 (0)