Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmnathan committed Feb 13, 2020
1 parent d2cc503 commit 01b0eb1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: node_js
cache: yarn

node_js:
- 'stable'
- '12'
- "stable"
- "12"

sudo: false

Expand All @@ -13,9 +13,10 @@ script:

deploy:
- provider: npm
email: 'devmonk@mediamonks.com'
edge: true
email: "devmonk@mediamonks.com"
api_key: $NPM_TOKEN
on:
tags: true
node: 'stable'
node: "stable"
skip_cleanup: true

0 comments on commit 01b0eb1

Please sign in to comment.