bump travis to see why it's not uploading builds
This commit is contained in:
parent
2af906fc9b
commit
29678e4f30
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user