Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
travis: skip cleanup of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanfoo committed Jul 2, 2016
1 parent accc1c2 commit 63ed8d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- make packages

deploy:
provider: releases
api_key:
secure: droCQz8Kq5hL69V+aLKG5/taEDqVRzoZEvN/k/0Y+dEqEl3EA5D5fOcttIkTFbRSA/wzq1Nlp+LQ4HSrAGoe3Ao+1+5jkOl1FkQqdsbVI+gjge9NJdhvClYmyp9PKl0ShzckRERlOKKSKwuRjN3CHMXccTO4BLZD6QLOLFy3psdes+eruOcv8DMcZ4FFzpO9GLgmKRrYJDWuxZkgBX5Vlj0e7SiLfSJjqUt2E1HvQuS1jZYDCV2Q9hlZyCo0pgfHPRQ9WYKCUUikXPIcX/FoHDIjIyD+Tj9514ucGFPp56gvbsXQX1818r8rlmD4HWFzZK7+wwaoRUxfcIbQCtT5GI297n8H8mdhL/b3Vg4Rm7awNXYDQYcjLaKgztPaavTUZyj9w9HhMMLs567UwbhaD3mzdYQ5j7NuZvojc7fBPGPrkuY613jDdmjBzYQZAQnE6/w8wqscQ3CGRXSHavZ+zfC59o3FTbkazkR1lp4mSAtnl3306zOLk9QIlCvItlq+AxIgk/WMpIELgEucBws39BhMgqypB50rG7Vpd8SGMU1MnZ5VeK8ltBXL9eUqC4SIQ6qAK8/CZADUsy2fyWbHL9Cbg937fsvZ0D/5lMbhDC9k+TxyJWpskMTyVQ70d/Cx16OQ73flPKMbsOmKjsaYXe8CFGFmYKgqKGBp8vJeSTs=
file:
- artifacts/mortadelo_${TRAVIS_TAG}_darwin_amd64.tgz
- artifacts/mortadelo_${TRAVIS_TAG}_linux_amd64.tgz
skip_cleanup: true
on:
repo: ivanfoo/mortadelo
tags: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifneq ($(origin CI), undefined)
COMMIT := $(shell echo $(TRAVIS_COMMIT) | cut -c1-10)
BRANCH := $(TRAVIS_BRANCH)
BUILD_PATH := $(TRAVIS_BUILD_DIR)
ARTIFACTS_PATH := $(TRAVIS_BUILD_DIR)/artifacst
ARTIFACTS_PATH := $(TRAVIS_BUILD_DIR)/artifacts
endif

dependencies:
Expand Down

0 comments on commit 63ed8d2

Please sign in to comment.