Skip to content

Commit

Permalink
deploy when tag created in all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
garyelephant committed Nov 6, 2015
1 parent 95eab2f commit f03bb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ deploy:
# automatically deploy a new version of this package each time you add a new tag on master
on:
tags: true
branch: master
all_branches: true
password:
secure: FTrWF35Rkog2UVN5tUz+I5cs1Sni9m8ctX+GGLWOjYoRzxgrzYb70AOyNAQCmI6ZD67gNyYQ3O8o2ukx2/YxxGfMaK6BKvGg7LXeLLafJKXstiM8Kb0dtBe+lNS4Ct0KYRXpGIqMz2Ak/Gviagx/S5jXgSOv66VzIzj9n1bDp2U=
script:
- python setup.py install
- python tests/test_pygrok.py
- python tests/test_pygrok.py

0 comments on commit f03bb9d

Please sign in to comment.