forked from TrueCloudLab/rclone
Update go to 1.7.3
This commit is contained in:
parent
a4a44a41ae
commit
eca9e8eb70
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ os:
|
|||
go:
|
||||
- 1.5.4
|
||||
- 1.6.3
|
||||
- 1.7.1
|
||||
- 1.7.3
|
||||
install:
|
||||
- git fetch --unshallow --tags
|
||||
- make vars
|
||||
|
@ -23,5 +23,5 @@ deploy:
|
|||
script: make travis_beta
|
||||
on:
|
||||
branch: master
|
||||
go: 1.7.1
|
||||
go: 1.7.3
|
||||
condition: "`uname` == 'Linux'"
|
||||
|
|
Loading…
Reference in a new issue