Skip to content

Commit

Permalink
Update travis node version
Browse files Browse the repository at this point in the history
 * 0.x are complaining about use of const in strict modes
  • Loading branch information
arlolra committed Nov 10, 2017
1 parent ad84ddf commit 057b205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2"
- "5"
- "4"
- "6"
- "8"
- "node"

sudo: false

Expand Down

0 comments on commit 057b205

Please sign in to comment.