Skip to content

Commit 3e2299c

Browse files
committed
Fix issue with duplicate branch/pr travis builds
1 parent 781895d commit 3e2299c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# 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
2+
# Mamba links:
3+
# 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
48
dist: xenial
9+
branches:
10+
only:
11+
- master
512
language: python
6-
713
notifications:
814
email: false
915

0 commit comments

Comments
 (0)