aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorcgruber <cgruber@google.com>2016-03-03 11:46:56 -0800
committercgruber <cgruber@google.com>2016-03-04 12:41:13 -0800
commit4f9e65319dfb3ace864bb244371a86fe8b643dce (patch)
tree96a0ebb094e13e659eaa2aa1474e307a69845eee /.travis.yml
parentff523aeab1ec8f5f3ad821e2d75bd3d336dd8096 (diff)
downloadauto-4f9e65319dfb3ace864bb244371a86fe8b643dce.tar.gz
Update the travis configurations to only build the "master" branch or any branches prefixed with "release" in order to reduce the duplicate use of build bots on travis for pull requests based on non-user-fork-originated branches.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116275195
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 99995ab3..4ff93c01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,6 @@ jdk:
- oraclejdk7
- openjdk7
-branches:
- except:
- - gh-pages
-
env:
global:
- secure: "bWNSSMURwYC0oZWIMZRd7dy5+JdoyZ060d427TAqFRJmOkYtlR+dBbBggjeJmM0PEkQDzeBrWwln/Vq3lnRPv8czA7hSg/R33r3GzTyi1GZhjCYN2mPW8qp4qgqlloh78aaOODUNSJsOtQqPDJPmhLLfD6UCY0eq9zHhweIjYdw="
@@ -26,3 +22,7 @@ after_success:
- util/generate-latest-docs.sh
- util/publish-snapshot-on-commit.sh
+branches:
+ only:
+ - master
+ - /^release.*$/