Skip to content

Commit

Permalink
Add deploy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 25, 2019
1 parent 64caba4 commit 5236621
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@ before_script:
- make install_extlib
script:
- make lint

before_deploy:
- make
deploy:
provider: releases
api_key:
secure: "hr00ssQU0P4AHVkqrl1ZzkzhWe0zUTJIMD9R828Tu2qrA4syzCqsTvXkaELhMoR/xwQwJFl4E5OoUAziwkpOWE2kd8vQ1//ltv+TqrjjnZx+y+M8qw5CqcvYyPjqEAruyeibtTULk8L7ktTYvu6Q3LjKIVXCjZI43TmLTwzZ/9c="
file:
- treestyletab-we.xpi
skip_cleanup: true
on:
repo: piroor/treestyletab
tags: true

0 comments on commit 5236621

Please sign in to comment.