Upload individual asset artifacts

This commit is contained in:
John Firebaugh 2013-07-12 12:52:40 -07:00
parent 26093848ed
commit 1f70302652

View File

@ -22,5 +22,6 @@ after_success: >
test ${TRAVIS_BRANCH} = master ||
test ${TRAVIS_BRANCH} = stable &&
test ${TRAVIS_PULL_REQUEST} = false &&
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