forked from TrueCloudLab/rclone
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
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@ os:
|
||||||
go:
|
go:
|
||||||
- 1.6.4
|
- 1.6.4
|
||||||
- 1.7.6
|
- 1.7.6
|
||||||
- 1.8.6
|
- 1.8.7
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- go1.10rc1
|
- "1.10"
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- git fetch --unshallow --tags
|
- git fetch --unshallow --tags
|
||||||
|
@ -33,12 +33,12 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.9.3
|
go: "1.10"
|
||||||
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.3
|
go: "1.10"
|
||||||
condition: "`uname` == 'Linux'"
|
condition: "`uname` == 'Linux'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue