Skip to content

Commit

Permalink
调整自动构建的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
freshcn committed May 20, 2019
1 parent 193981c commit 03c6e87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.10.x
- 1.11.x
- 1.12.x

before_install:
- go get github.com/mitchellh/gox
Expand Down Expand Up @@ -32,5 +32,5 @@ deploy:
- qqwry_windows_amd64.exe
skip_cleanup: true
on:
condition: $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$
condition: $TRAVIS_GO_VERSION =~ ^1\.12\.[0-9]+$
tags: true

0 comments on commit 03c6e87

Please sign in to comment.