Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Commit 065f96b

Browse files
committed
chore(travis.yml): cache node_modules and test on node 4-7
1 parent eb4c543 commit 065f96b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: node_js
22
node_js:
3-
- "6.2"
3+
- "7"
4+
- "6"
5+
- "5"
6+
- "4"
7+
cache:
8+
directories:
9+
- node_modules
410
before_script:
5-
- "npm run lint"
11+
- npm run lint

0 commit comments

Comments
 (0)