don't do travis artifacts stuff for pull req branches

This commit is contained in:
Vladimir Agafonkin 2013-07-12 00:44:53 +03:00
parent 0de87fa6ba
commit 810ecadb4e

View File

@ -14,9 +14,9 @@ env:
p+q8QzCG1Np9D1Kq9K0miYqHgZxgu4D/4Mwy04bh1UfyoUcDfB1tJmEtsKY/
8Bl46ZfhxbTG39b6Y315GuU+49QdFMEXhSqx/G7on1xC4aYLXLc=
before_script:
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable && test ${TRAVIS_PULL_REQUEST} = false &&"
- "gem install travis-artifacts"
after_success:
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable && test ${TRAVIS_PULL_REQUEST} = false &&"
- "cd dist && zip -x .DS_Store -r leaflet-${TRAVIS_BRANCH}.zip . &&"
- "travis-artifacts upload --path leaflet-${TRAVIS_BRANCH}.zip --target-path build"