Skip to content

Commit

Permalink
Fix conditional deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Sep 19, 2019
1 parent 848e01f commit 59401a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ deploy:
- provider: npm
edge: true
on:
tags: true
os: linux
node: lts/*
- provider: npm
Expand All @@ -31,4 +32,4 @@ deploy:
on:
tags: true
os: linux
node: 12
node: lts/*

0 comments on commit 59401a1

Please sign in to comment.