mirror of https://github.com/rclone/rclone.git
Update build to go1.8.3
This commit is contained in:
parent
52e1bfae2a
commit
b4be7d65a6
|
@ -6,7 +6,7 @@ os:
|
||||||
go:
|
go:
|
||||||
- 1.6.4
|
- 1.6.4
|
||||||
- 1.7.4
|
- 1.7.4
|
||||||
- 1.8.1
|
- 1.8.3
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- git fetch --unshallow --tags
|
- git fetch --unshallow --tags
|
||||||
|
@ -30,12 +30,12 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.8.1
|
go: 1.8.3
|
||||||
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.8.1
|
go: 1.8.3
|
||||||
condition: "`uname` == 'Linux'"
|
condition: "`uname` == 'Linux'"
|
||||||
|
|
Loading…
Reference in New Issue