about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-10 15:51:04 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-10 16:16:30 -0500
commit5fd04061a76f22ebf3297d01796df2dfc8c7bc44 (patch)
tree29a13e004c6cff3969a0cf1bb85e792a15fde440 /src
parenta9241928033cccb6dfdc64753b9d8a0e1993b54a (diff)
downloadrust-5fd04061a76f22ebf3297d01796df2dfc8c7bc44.tar.gz
rust-5fd04061a76f22ebf3297d01796df2dfc8c7bc44.zip
Only build master branch on push
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml
index 3e5febe301d..582615c4bc6 100644
--- a/src/doc/rustc-dev-guide/.travis.yml
+++ b/src/doc/rustc-dev-guide/.travis.yml
@@ -30,3 +30,8 @@ deploy:
   fqdn: rustc-dev-guide.rust-lang.org
   on:
     branch: master
+    
+# Only build master branch on push
+branches:
+  only:
+  - master