Skip to content

Commit

Permalink
Update Node in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 6, 2017
1 parent 4386f2d commit c382563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '4.0'
- '8.0'
- '9.0'
sudo: false
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
Expand All @@ -21,4 +21,4 @@ deploy:
- "soundex-code.min.js"
on:
tags: true
node: '8.0'
node: '9.0'

0 comments on commit c382563

Please sign in to comment.