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 May 18, 2019
1 parent a21c638 commit 19f4555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- lts/boron
- node
- lts/dubnium
- node
sudo: false
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
Expand All @@ -10,7 +10,7 @@ deploy:
api_key:
secure: p6+1b1/lFM70svYv5V5337bKNMn6IVndw25hsA0NJwI5tUcLi2TMSFA9VRf8GdozGwhhGM3Fut5QwKCt3Pgj/nQcx6AzWx8ZciIhJYaYHOmys7tApESf/ZAbQUdxvE15ptJOx8OBQovzQ+kxE76BaBganLy4cIM6H5xUMbvGd/Q=
file:
- "double-metaphone.js"
- "double-metaphone.min.js"
- 'double-metaphone.js'
- 'double-metaphone.min.js'
on:
tags: true

0 comments on commit 19f4555

Please sign in to comment.