Skip to content

Commit 5236621

Browse files
committed
Add deploy rule
1 parent 64caba4 commit 5236621

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@ before_script:
1212
- make install_extlib
1313
script:
1414
- make lint
15-
15+
before_deploy:
16+
- make
17+
deploy:
18+
provider: releases
19+
api_key:
20+
secure: "hr00ssQU0P4AHVkqrl1ZzkzhWe0zUTJIMD9R828Tu2qrA4syzCqsTvXkaELhMoR/xwQwJFl4E5OoUAziwkpOWE2kd8vQ1//ltv+TqrjjnZx+y+M8qw5CqcvYyPjqEAruyeibtTULk8L7ktTYvu6Q3LjKIVXCjZI43TmLTwzZ/9c="
21+
file:
22+
- treestyletab-we.xpi
23+
skip_cleanup: true
24+
on:
25+
repo: piroor/treestyletab
26+
tags: true

0 commit comments

Comments
 (0)