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 db1084d commit 79330f3
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,15 +1,15 @@
language: node_js
node_js:
- '4.0'
- '8.0'
- '9.0'
deploy:
- provider: npm
email: [email protected]
api_key:
secure: tji+1KawcfpAARquqpGLa7wa4cAiiRGoDJWeDCyrlZ84k9JVEyYni0505DWUdnlblBKM3qim1tlRDiu4sedhqPfafi5qL432NECLJ88WBg921/wu9SNcv8TOSjY+udAjwjHkRpvexX6eJ9yTuQ7l4ZHc34SjLdf4wcZ+Jm5shcI=
on:
tags: true
node: '4.0'
node: '9.0'
- provider: releases
skip_cleanup: true
api_key:
Expand All @@ -19,4 +19,4 @@ deploy:
- "hedges.min.js"
on:
tags: true
node: '8.0'
node: '9.0'

0 comments on commit 79330f3

Please sign in to comment.