Merge pull request #3 from AverageMarcus/fix/travis_branch_build

Only build on master
This commit is contained in:
Marcus Noble 2017-10-08 15:32:49 +01:00 committed by GitHub
commit 8ba23cc535
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ before_install:
- git config --global push.default simple
script:
- git push dokku master
branches:
only:
- master