We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781895d commit 3e2299cCopy full SHA for 3e2299c
.travis.yml
@@ -1,9 +1,15 @@
1
# Travis Continuous Integration
2
-# For mamba links see https://mamba.readthedocs.io/en/latest/installation.html
3
-# For sample travis file see https://conda.pydata.org/docs/travis.html
+# Mamba links:
+# https://mamba.readthedocs.io/en/latest/installation.html
4
+# Sample travis file:
5
+# https://conda.pydata.org/docs/travis.html
6
+# Avoiding duplicate branch-pr triggers:
7
+# https://github.com/travis-ci/travis-ci/issues/1147#issuecomment-160820262
8
dist: xenial
9
+branches:
10
+ only:
11
+ - master
12
language: python
-
13
notifications:
14
email: false
15
0 commit comments