mirror of
https://github.com/rclone/rclone.git
synced 2025-02-02 03:29:51 +01:00
build: update to using go1.10 as the default go version
Note we have to put the version number in quotes to work around https://github.com/travis-ci/gimme/issues/132
This commit is contained in:
parent
4c3d42bcbb
commit
20ca7d0e4f
@ -6,9 +6,9 @@ os:
|
||||
go:
|
||||
- 1.6.4
|
||||
- 1.7.6
|
||||
- 1.8.6
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- go1.10rc1
|
||||
- "1.10"
|
||||
- tip
|
||||
install:
|
||||
- git fetch --unshallow --tags
|
||||
@ -33,12 +33,12 @@ matrix:
|
||||
- go: tip
|
||||
include:
|
||||
- os: osx
|
||||
go: 1.9.3
|
||||
go: "1.10"
|
||||
env: GOTAGS=""
|
||||
deploy:
|
||||
provider: script
|
||||
script: make travis_beta
|
||||
on:
|
||||
branch: master
|
||||
go: 1.9.3
|
||||
go: "1.10"
|
||||
condition: "`uname` == 'Linux'"
|
||||
|
Loading…
Reference in New Issue
Block a user