diff --git a/.travis.yml b/.travis.yml index db828c83..0a8bd3c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}