Skip to content

Commit

Permalink
Drop support for node v5
Browse files Browse the repository at this point in the history
Since this is not supported/maintained by nodejs
  • Loading branch information
catalinmiron authored Nov 15, 2016
1 parent b2b96b1 commit fd03213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- 0.6
- 4
- 5
- 6
- stable
- "6"
- "4"
- "0.12"
script: node validator/validate-jsons.js

0 comments on commit fd03213

Please sign in to comment.