Skip to content

Commit

Permalink
Avoid checking code on "old" Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obenjiro committed Oct 6, 2017
1 parent 931d351 commit ab5fc25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
script:
- npm link
- npm link simplepeg
Expand Down

0 comments on commit ab5fc25

Please sign in to comment.