Skip to content

Commit efc86ce

Browse files
committed
Test against Node 8 and 10
1 parent 9b03b61 commit efc86ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
3-
- 4
4-
- 6
3+
- '4'
4+
- '6'
5+
- '8'
6+
- '10'
57
sudo: false
68
cache:
79
yarn: true

0 commit comments

Comments
 (0)