Skip to content

Commit e6bc503

Browse files
author
Michael J. Ryan
committed
update .travis.yml
1 parent d3f9b58 commit e6bc503

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- "10"
4-
- "11"
5-
script: "npm test"
3+
- '10'
4+
- '12'
5+
script: npm test
66
deploy:
77
provider: npm
8-
email: "tracker1@gmail.com"
8+
email: tracker1@gmail.com
99
api_key:
10-
secure: "JPPFc0D6QlihpnsntwZVf2jh8vRdK7C9Bo8Hha27sHkwunjSPVQkxjFOJBJpNEArTvmoujHjsmfqjAnhsvM4RPy9HUiTREoNqRczOc2gR3syRf2q2l/3pom4Ep/bfpLvWAe739sufcur/tMgSqC9Lt0NoKA9IWT5agr/ugqWbNA="
10+
secure: D0CrsIsEgy5v+FURBZ+j+3WDdoNmBnvKYBZK290F5EAeKoJH2mqUYNlyxVmJYKLN49KSfI0xFptwUU5VSdPrMO+nUnNYH6Kc1R6B/wY7s1JtZpPndomKh78z08e70mRJSLn0i1tGZimI3HkVjZt74AN7ZvJx1JL5oktJ2w/Pymo=
1111
on:
1212
tags: true

0 commit comments

Comments
 (0)