Skip to content

Commit ab5fc25

Browse files
authored
Avoid checking code on "old" Node.js versions
1 parent 931d351 commit ab5fc25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3+
- "8"
4+
- "7"
35
- "6"
4-
- "5"
5-
- "4"
6-
- "0.12"
76
script:
87
- npm link
98
- npm link simplepeg

0 commit comments

Comments
 (0)