Skip to content

Commit

Permalink
Update travic-ci config: disable 'skip_cleanup', bump Go version to 1…
Browse files Browse the repository at this point in the history
….14.
  • Loading branch information
lesovsky committed Oct 31, 2020
1 parent 67a8df9 commit 4f87424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: go
go:
- "1.13.x"
- "1.14.x"

env:
global:
Expand All @@ -17,7 +17,7 @@ sudo: false
deploy:
provider: script
script: curl -sL https://git.io/goreleaser |bash
skip_cleanup: true
skip_cleanup: false
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 4f87424

Please sign in to comment.