Skip to content

Commit bffdda5

Browse files
ci: only test node 10 and 11
1 parent e9a456a commit bffdda5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
- "9"
53
- "10"
4+
- "11"
65
cache:
76
yarn: true
87
directories:

0 commit comments

Comments
 (0)