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 Aug 30, 2018
1 parent e8b1a1c commit a6357b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
sudo: false
node_js:
- '4.0'
- '9.0'
- lts/boron
- node
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
provider: releases
Expand All @@ -14,4 +14,3 @@ deploy:
- "coleman-liau.min.js"
on:
tags: true
node: '9.0'

0 comments on commit a6357b7

Please sign in to comment.