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 7, 2017
1 parent 0cafa93 commit f65b793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
deploy:
- provider: npm
Expand All @@ -10,7 +10,7 @@ deploy:
secure: WWCHUxJuIhbjEq6bOcCAWNuwATqpPexv77WOe08M+UCMhIIQo1FoQxrVBittoKDN2ZrAiT58/ehaTq5x3lljqvJuFACdMkVl7DqI8PDfb3Yi9XYgCt4QsZ8hr1GLpkkpsRcn/inOIME05TtNZULmrCjVKYOP7NZIwYC/5lK11H8=
on:
tags: true
node: '4.0'
node: '9.0'
- provider: releases
skip_cleanup: true
api_key:
Expand All @@ -20,4 +20,4 @@ deploy:
- "fillers.min.js"
on:
tags: true
node: '8.0'
node: '9.0'

0 comments on commit f65b793

Please sign in to comment.