forked from TrueCloudLab/rclone
build: update to use go1.12rc1 for the build
This commit is contained in:
parent
1c1a8ef24b
commit
9310c7f3e2
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ go:
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
|
- 1.12rc1
|
||||||
- tip
|
- tip
|
||||||
go_import_path: github.com/ncw/rclone
|
go_import_path: github.com/ncw/rclone
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -43,7 +44,7 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.11.x
|
go: 1.12rc1
|
||||||
env: GOTAGS=""
|
env: GOTAGS=""
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -55,5 +56,5 @@ deploy:
|
||||||
on:
|
on:
|
||||||
repo: ncw/rclone
|
repo: ncw/rclone
|
||||||
all_branches: true
|
all_branches: true
|
||||||
go: 1.11.x
|
go: 1.12rc1
|
||||||
condition: $TRAVIS_PULL_REQUEST == false
|
condition: $TRAVIS_PULL_REQUEST == false
|
||||||
|
|
Loading…
Reference in a new issue