Update Node in Travis

This commit is contained in:
Titus Wormer 2016-11-26 16:35:11 +01:00
parent a69e530e8f
commit 1e7445d39d

View File

@ -1,9 +1,8 @@
language: node_js
node_js:
- '4.0'
- '5.0'
- '6.0'
after_success: bash <(curl -s https://codecov.io/bash)
- '7.0'
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: releases
api_key:
@ -13,4 +12,4 @@ deploy:
- "remark-lint.min.js"
on:
tags: true
node: '6.0'
node: '7.0'