Removed pull requests from latest publishing closes #2794

This commit is contained in:
Blake Thompson 2015-05-15 10:48:05 -05:00
parent cf68412ef1
commit 6960c85cd2

View file

@ -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