Skip to content

Commit 44f00b3

Browse files
committed
Update travis config
1 parent 455c051 commit 44f00b3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .travis.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: node_js
2-
node_js:
3-
- "node"
2+
node_js:
3+
- 8
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run test

0 commit comments

Comments
 (0)