diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-10 15:51:04 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-10 16:16:30 -0500 |
| commit | 5fd04061a76f22ebf3297d01796df2dfc8c7bc44 (patch) | |
| tree | 29a13e004c6cff3969a0cf1bb85e792a15fde440 /src/doc/rustc-dev-guide | |
| parent | a9241928033cccb6dfdc64753b9d8a0e1993b54a (diff) | |
| download | rust-5fd04061a76f22ebf3297d01796df2dfc8c7bc44.tar.gz rust-5fd04061a76f22ebf3297d01796df2dfc8c7bc44.zip | |
Only build master branch on push
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.travis.yml | 5 |
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 |
