aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorcgruber <cgruber@google.com>2016-03-03 11:46:56 -0800
committerColin Decker <cgdecker@google.com>2016-03-14 15:01:15 -0400
commit86d79b2e58e237d4701585dce787cd12723f299f (patch)
treef959554bc90602af1c8257f364ef223150eb0624 /.travis.yml
parenta0849f6c94326812335b9fe4430029d33d2be12d (diff)
downloadjimfs-86d79b2e58e237d4701585dce787cd12723f299f.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.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a69689a..7b82364 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,8 @@ env:
- secure: "bTcwsovwxPXplZysfwgNkTR3hfHjb7UvWMlxeEkHHt3GQiZxIDKkiJbgW2mHAG/e/H0wfKQyujeCgQwxn1fa5ttR+UbGz+TIIY2tgjpIFkSbBRzlNGOO0Y23wQpFXXUv3lAY//cV1pa0HlCz+IWNq7ZqPZAoReDAkxExbbmydtE="
- secure: "JZnVEfpNSCLBZQg1MP7MuhzP9H8t2gGUU4salm5VsRKck27fgg1HwBxADolcVeON2k+2masSKLEQPkeYQizc/VN5hZsCZpTgYjuMke1ZLe1v0KsIdH3Rdt77fhhTqiT1BEkMV8tlBwiraYZz+41iLo+Ug5yjgfmXXayDjYm4h4w="
+
branches:
- except:
- - gh-pages
+ only:
+ - master
+ - /^release.*$/