Try fixing Travis not building pull requests

This commit is contained in:
Vladimir Agafonkin 2013-07-13 00:42:24 +03:00
parent f8f729ad66
commit 26093848ed

View File

@ -17,7 +17,7 @@ before_script: >
test ${TRAVIS_BRANCH} = master ||
test ${TRAVIS_BRANCH} = stable &&
test ${TRAVIS_PULL_REQUEST} = false &&
gem install travis-artifacts
gem install travis-artifacts || true
after_success: >
test ${TRAVIS_BRANCH} = master ||
test ${TRAVIS_BRANCH} = stable &&