Merge pull request #3 from AverageMarcus/fix/travis_branch_build
Only build on master
This commit is contained in:
commit
8ba23cc535
@ -12,3 +12,6 @@ before_install:
|
|||||||
- git config --global push.default simple
|
- git config --global push.default simple
|
||||||
script:
|
script:
|
||||||
- git push dokku master
|
- git push dokku master
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user