Skip to content

Commit 9ac02f8

Browse files
authored
Merge pull request #55 from metacpan/ssoriche/add_push_travis_actions
Add deploy action on master branch
2 parents 81fb7af + 47344ca commit 9ac02f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ matrix:
6464
branches:
6565
except:
6666
- /^v?[0-9]+\.[0-9]+/
67+
68+
deploy:
69+
- provider: script
70+
script:
71+
- deploy/push.sh
72+
on:
73+
branch: master

0 commit comments

Comments
 (0)