1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3636

iphydf (1):
      chore: Only do Travis CI builds for the master branch.
This commit is contained in:
Zetok Zalbavar 2016-08-18 12:48:28 +01:00
commit 15fb72a2c3
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -30,3 +30,7 @@ deploy:
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $JOB == "build-docs" && bash ./.travis/deploy-docs.sh
branches:
only:
- master