aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d3b0d427c..77ac31fef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -178,6 +178,16 @@ matrix:
- go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
+ # This builder does the Azure archive purges to avoid accumulating junk
+ - os: linux
+ dist: trusty
+ sudo: required
+ go: 1.8
+ env:
+ - azure-purge
+ script:
+ - go run build/ci.go purge -store gethstore/builds -days 14
+
install:
- go get golang.org/x/tools/cmd/cover
script: