Removed pull requests from latest publishing closes #2794
This commit is contained in:
parent
cf68412ef1
commit
6960c85cd2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ before_install:
|
|||
- export COVERAGE=${COVERAGE:-false}
|
||||
- export MASON_PUBLISH=${MASON_PUBLISH:-false}
|
||||
- if [[ ${TRAVIS_BRANCH} != 'master' ]]; then export MASON_PUBLISH=false; fi
|
||||
- if [[ ${TRAVIS_PULL_REQUEST} != 'false' ]]; then export MASON_PUBLISH=false; fi
|
||||
|
||||
install:
|
||||
- if [[ $(uname -s) == 'Linux' ]]; then
|
||||
|
|
Loading…
Reference in a new issue