We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf68412 commit 6960c85Copy full SHA for 6960c85
.travis.yml
@@ -42,6 +42,7 @@ before_install:
42
- export COVERAGE=${COVERAGE:-false}
43
- export MASON_PUBLISH=${MASON_PUBLISH:-false}
44
- if [[ ${TRAVIS_BRANCH} != 'master' ]]; then export MASON_PUBLISH=false; fi
45
+ - if [[ ${TRAVIS_PULL_REQUEST} != 'false' ]]; then export MASON_PUBLISH=false; fi
46
47
install:
48
- if [[ $(uname -s) == 'Linux' ]]; then
0 commit comments