Skip to content

Commit

Permalink
[tests] update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 23, 2016
1 parent 97b7ec1 commit 6aa76d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "5.4"
- "5.7"

This comment has been minimized.

Copy link
@ysmood

ysmood Feb 24, 2016

You can just use "stable", like:

language: node_js
node_js:
  - "stable"

This comment has been minimized.

Copy link
@zloirock

zloirock Feb 24, 2016

Author Owner

I just sync it with locale node version :) Although stable here can be really better because it can detect some compatibility issues.


sudo: false

0 comments on commit 6aa76d7

Please sign in to comment.