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 26, 2016
1 parent 28b1edb commit 88becf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js
node_js:
- '4.0'
- '5.0'
- '6.0'
- '7.0'
after_success: bash <(curl -s https://codecov.io/bash)
sudo: false
deploy:
Expand All @@ -14,4 +13,4 @@ deploy:
- "remark.min.js"
on:
tags: true
node: '6.0'
node: '7.0'

0 comments on commit 88becf0

Please sign in to comment.