mirror of https://github.com/rclone/rclone.git
Update travis builds to go 1.9.2 and go 1.8.5
This commit is contained in:
parent
96665c16cb
commit
d0b9baab13
|
@ -6,8 +6,8 @@ os:
|
||||||
go:
|
go:
|
||||||
- 1.6.4
|
- 1.6.4
|
||||||
- 1.7.6
|
- 1.7.6
|
||||||
- 1.8.3
|
- 1.8.5
|
||||||
- 1.9
|
- 1.9.2
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- git fetch --unshallow --tags
|
- git fetch --unshallow --tags
|
||||||
|
@ -32,12 +32,12 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.9
|
go: 1.9.2
|
||||||
env: GOTAGS=""
|
env: GOTAGS=""
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: make travis_beta
|
script: make travis_beta
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: 1.9
|
go: 1.9.2
|
||||||
condition: "`uname` == 'Linux'"
|
condition: "`uname` == 'Linux'"
|
||||||
|
|
Loading…
Reference in New Issue