Skip to content

Commit

Permalink
Store Travis artifacts under travis-artifacts/BUILD_ID
Browse files Browse the repository at this point in the history
This will make it easier to download artifacts later by extracting the
build id from the URL without additional API calls to Travis.
Antonio Scandurra committed Aug 23, 2016
1 parent c4e635f commit e1e89e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e1e89e7

Please sign in to comment.