Skip to content

Commit

Permalink
Update .travis.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicliz authored May 21, 2020
1 parent b051f34 commit a0af832
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
os: linux
env:
- TZ=Asia/Shanghai

Expand All @@ -6,8 +7,19 @@ sudo: required
language: go

go:
- 1.12.x
- 1.13.4

script:
- export GO111MODULE=on
- export GO111MODULE=on
- make

deploy:
provider: releases
file:
- bin/gaea
- bin/gaea-cc
overwrite: true
skip_cleanup: true
api_key: $GITHUB_TOKEN
on:
tags: true #发布tag时才进行发包

0 comments on commit a0af832

Please sign in to comment.