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

chore: Only do Travis CI builds for the master branch.

We don't need to waste resources on other, more experimental branches.
This commit is contained in:
iphydf 2016-08-18 12:14:08 +01:00
parent ef157ca8af
commit 986d1f4670
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

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