fix path in travis artifacts build

This commit is contained in:
Vladimir Agafonkin 2013-07-10 16:08:19 +03:00
parent 823cd0990e
commit d888a2e49e

View File

@ -17,5 +17,5 @@ before_script:
- "gem install travis-artifacts"
after_success:
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"
- "zip -r dist/${TRAVIS_BRANCH}.zip dist &&"
- "travis-artifacts upload --path dist/${TRAVIS_BRANCH}.zip --target-path build"
- "zip -r ${TRAVIS_BRANCH}.zip dist &&"
- "travis-artifacts upload --path ${TRAVIS_BRANCH}.zip --target-path build"