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 Oct 28, 2019
1 parent 3f63794 commit 9da2814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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
after_script: bash <(curl -s https://codecov.io/bash)
sudo: false
deploy:
Expand All @@ -10,8 +10,8 @@ deploy:
api_key:
secure: A8NpISg//NNDq9kOclBemt5KD1SKPpYm/dZzGx2+smOST1EAgriG7oPDO+mE4Umb6omuoajBJxmSIYir3tzKC/GsTQFZaulBtJl5IMUJJigKHosDm5AT7OvriuTtozpJ4J5FrUbUxp6UJzrNPtm7hmPn5Ln/2rMbjiTpUvPmOZk=
file:
- "franc.js"
- "franc-min.js"
- "franc-all.js"
- 'franc.js'
- 'franc-min.js'
- 'franc-all.js'
on:
tags: true

0 comments on commit 9da2814

Please sign in to comment.