diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-28 13:26:20 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-30 23:55:00 -0700 |
commit | db89b534bdf92d9f16cf8f335e4a96e4685e14ff (patch) | |
tree | 333570accbfa6c07365125cda5c705a640c42af4 /.travis.yml | |
parent | 58e76721b9960cd569d7f22486bd17f587645fd3 (diff) | |
download | spack-db89b534bdf92d9f16cf8f335e4a96e4685e14ff.tar.gz spack-db89b534bdf92d9f16cf8f335e4a96e4685e14ff.tar.bz2 spack-db89b534bdf92d9f16cf8f335e4a96e4685e14ff.tar.xz spack-db89b534bdf92d9f16cf8f335e4a96e4685e14ff.zip |
travis.yml: Only build master and develop on push
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a1f21f5538..3e8879162c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: python +# Only build master and develop on push; do not build every branch. +branches: + only: + - master + - develop + # Construct build matrix python: - 2.6 |