forked from TrueCloudLab/rclone
Update build to go 1.8.1
This commit is contained in:
parent
1ccfea5aa9
commit
b6517840ca
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ go:
|
|||
- 1.5.4
|
||||
- 1.6.4
|
||||
- 1.7.4
|
||||
- 1.8
|
||||
- 1.8.1
|
||||
- tip
|
||||
install:
|
||||
- git fetch --unshallow --tags
|
||||
|
@ -24,11 +24,11 @@ matrix:
|
|||
- go: tip
|
||||
include:
|
||||
- os: osx
|
||||
go: 1.8
|
||||
go: 1.8.1
|
||||
deploy:
|
||||
provider: script
|
||||
script: make travis_beta
|
||||
on:
|
||||
branch: master
|
||||
go: 1.8
|
||||
go: 1.8.1
|
||||
condition: "`uname` == 'Linux'"
|
||||
|
|
Loading…
Reference in a new issue