Skip to content

Commit 4b91ef8

Browse files
committed
Merge pull request #72 from d-Rickyy-b/dev
FEATURE: Add automatic deployment for successful master builds
2 parents ad99ecf + 22b1e9b commit 4b91ef8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ script:
1616

1717
notifications:
1818
email: false
19-
19+
20+
deploy:
21+
provider: script
22+
script: curl https://rico-j.de/travis/deploy-bj.sh
23+
on:
24+
branch: master

0 commit comments

Comments
 (0)