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 Jun 17, 2017
1 parent a80596c commit 5e74e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '4.0'
- '7.0'
- '8.0'
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
Expand All @@ -19,4 +19,4 @@ deploy:
- "remark-html.min.js"
on:
tags: true
node: '7.0'
node: '8.0'

0 comments on commit 5e74e5b

Please sign in to comment.