Store Travis artifacts under travis-artifacts/BUILD_ID

This will make it easier to download artifacts later by extracting the
build id from the URL without additional API calls to Travis.
This commit is contained in:
Antonio Scandurra 2016-08-23 16:19:01 +02:00
parent c4e635f769
commit e1e89e7930

View File

@ -44,6 +44,7 @@ addons:
- out/atom-amd64.deb
- out/atom.x86_64.rpm
- out/atom-amd64.tar.gz
target_paths: travis-artifacts/$TRAVIS_BUILD_ID
apt:
sources:
- ubuntu-toolchain-r-test