summary history branches tags files
commit:1b933ea95b158706cfc12100a743565e619b3fde
author:Trevor Bentley
committer:Trevor Bentley
date:Sun May 14 18:25:16 2017 +0200
parents:1e305dd3b59c194a7e4707b4a4743ecd6c3c7e6b
Disable travis builds of non-master branches
diff --git a/.travis.yml b/.travis.yml
line changes: +4/-0
index ad4b012..f5a61f9
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,10 @@ os:
 matrix:
   allow_failures:
     - rust: nightly
+# Only build direct changes to master branch.  PRs still built.
+branches:
+  only:
+    - "master"
 install:
 - curl https://static.rust-lang.org/rustup.sh |
     sh -s -- --prefix=$HOME/rust