Skip to content

Commit 226ada3

Browse files
committed
Adds Node v8
1 parent 6bf4f4a commit 226ada3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- 8
45
- 7
56
- 6
67
- 5
@@ -18,4 +19,4 @@ after_success: 'npm run coveralls'
1819

1920
cache:
2021
directories:
21-
- node_modules
22+
- node_modules

0 commit comments

Comments
 (0)