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

View File

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