summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-04-14 00:03:26 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-04-14 00:03:26 +0000
commit19d0547a207365c7b0f09012d89ce41c2d3b68dd (patch)
treeaae8f4e35cddfa83f16638b569379dbcb421140b
parentfc2c503b637cad2fa3e4c45fc0ff302ccaacc489 (diff)
parent1c7824759e662f0efda4bdac92507299faa2044a (diff)
downloadpint-19d0547a207365c7b0f09012d89ce41c2d3b68dd.tar.gz
Merge #631
631: prevent Travis from building bors tmp branches r=cpascual a=cpascual As noticed in https://github.com/hgrecco/pint/pull/630#issuecomment-381284930 , Travis should not build the staging.tmp and trying.tmp branches used internally by bors. So blocklist them in travis.yml Co-authored-by: Carlos Pascual <cpascual@cells.es>
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fd6781b..9acba3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
language: python
+branches:
+ # prevent bors temporary branches to be built
+ except:
+ - staging.tmp
+ - trying.tmp
+
env:
- UNCERTAINTIES="N" PYTHON="3.3" NUMPY_VERSION=1.9.2
- UNCERTAINTIES="N" PYTHON="3.4" NUMPY_VERSION=1.11.2