Skip to content

Commit

Permalink
[ci] add latest node stable to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Feder1co5oave committed Feb 25, 2018
1 parent 3062a0f commit f9ac5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ node_js:
- "0.10"
- "4"
- "lts/*"
- "node"
script: |
if [ `node --version | cut -d . -f 1,2` = "v0.10" ]; then
sed -i s/0o755/0755/ test/index.js;
Expand Down

0 comments on commit f9ac5f5

Please sign in to comment.