Skip to content

Commit

Permalink
Skip deploy back to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
abagshaw authored Mar 17, 2019
1 parent de30900 commit 1ea1aee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ deploy:
on:
tags: true

- provider: releases
api_key: $GITHUB_TOKEN
file:
- "dist/salieo.js"
- "dist/salieo.min.js"
skip_cleanup: true #make sure we keep our dist folder
on:
tags: true
# - provider: releases
# api_key: $GITHUB_TOKEN
# file:
# - "dist/salieo.js"
# - "dist/salieo.min.js"
# skip_cleanup: true #make sure we keep our dist folder
# on:
# tags: true

0 comments on commit 1ea1aee

Please sign in to comment.