don't install travis-artifacts for minor branches and PRs

This commit is contained in:
Vladimir Agafonkin 2013-07-10 17:21:33 +03:00
parent d140dca57c
commit 1f6b981aab

View File

@ -14,6 +14,7 @@ env:
p+q8QzCG1Np9D1Kq9K0miYqHgZxgu4D/4Mwy04bh1UfyoUcDfB1tJmEtsKY/
8Bl46ZfhxbTG39b6Y315GuU+49QdFMEXhSqx/G7on1xC4aYLXLc=
before_script:
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"
- "gem install travis-artifacts"
after_success:
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"