bump travis to see why it's not uploading builds

This commit is contained in:
Vladimir Agafonkin 2014-03-19 17:35:39 -07:00
parent 2af906fc9b
commit 29678e4f30

View File

@ -17,11 +17,15 @@ before_script: >
test ${TRAVIS_BRANCH} = master ||
test ${TRAVIS_BRANCH} = stable &&
test ${TRAVIS_PULL_REQUEST} = false &&
echo awesome &&
gem install travis-artifacts || true
after_success: >
test ${TRAVIS_BRANCH} = master ||
test ${TRAVIS_BRANCH} = stable &&
echo awesome &&
test ${TRAVIS_PULL_REQUEST} = false &&
echo awesome!!! &&
travis-artifacts upload --path dist --target-path build/${TRAVIS_BRANCH} &&
cd dist && zip -x .DS_Store -r leaflet-${TRAVIS_BRANCH}.zip . &&
travis-artifacts upload --path leaflet-${TRAVIS_BRANCH}.zip --target-path build
travis-artifacts upload --path leaflet-${TRAVIS_BRANCH}.zip --target-path build ||
echo did not upload branch ${TRAVIS_BRANCH}, pr ${TRAVIS_PULL_REQUEST}