Skip to content

Commit 6960c85

Browse files
committed
Removed pull requests from latest publishing closes mapnik#2794
1 parent cf68412 commit 6960c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before_install:
4242
- export COVERAGE=${COVERAGE:-false}
4343
- export MASON_PUBLISH=${MASON_PUBLISH:-false}
4444
- if [[ ${TRAVIS_BRANCH} != 'master' ]]; then export MASON_PUBLISH=false; fi
45+
- if [[ ${TRAVIS_PULL_REQUEST} != 'false' ]]; then export MASON_PUBLISH=false; fi
4546

4647
install:
4748
- if [[ $(uname -s) == 'Linux' ]]; then

0 commit comments

Comments
 (0)