Browse Source

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

We don't need to waste resources on other, more experimental branches.
pull/3636/head
iphydf 9 years ago
parent
commit
986d1f4670
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
  1. 4
      .travis.yml

4
.travis.yml

@ -30,3 +30,7 @@ deploy: @@ -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

Loading…
Cancel
Save