8000 CI: travis runs documentation build and mac osx only on merge with ma… · matplotlib/matplotlib@ec86c01 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec86c01

Browse files
committed
CI: travis runs documentation build and mac osx only on merge with master
1 parent ba0bd47 commit ec86c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ matrix:
6868
osx_image: xcode7.3
6969
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
7070
env: MOCK=mock
71+
only: master
7172
cache:
7273
# As for now travis caches only "$HOME/.cache/pip"
7374
# https://docs.travis-ci.com/user/caching/#pip-cache
@@ -79,6 +80,7 @@ matrix:
7980
- $HOME/.cache/matplotlib
8081
allow_failures:
8182
- python: "nightly"
83+
- python: 2.7
8284

8385
before_install:
8486
- |

0 commit comments

Comments
 (0)
0