mirror of
https://github.com/rclone/rclone
synced 2024-10-29 17:37:23 +01:00
travis: revert switch to using the .x version notation for the go minor versions
This doesn't seem to work for the `on` clause in the deploy script so revert to the previous scheme. Fixes #2033
This commit is contained in:
parent
11fe3fdc16
commit
ed2d4ef4a2
12
.travis.yml
12
.travis.yml
@ -4,10 +4,10 @@ osx_image: xcode7.3
|
||||
os:
|
||||
- linux
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.6.4
|
||||
- 1.7.6
|
||||
- 1.8.6
|
||||
- 1.9.3
|
||||
- go1.10rc1
|
||||
- tip
|
||||
install:
|
||||
@ -33,12 +33,12 @@ matrix:
|
||||
- go: tip
|
||||
include:
|
||||
- os: osx
|
||||
go: 1.9.x
|
||||
go: 1.9.3
|
||||
env: GOTAGS=""
|
||||
deploy:
|
||||
provider: script
|
||||
script: make travis_beta
|
||||
on:
|
||||
branch: master
|
||||
go: 1.9.x
|
||||
go: 1.9.3
|
||||
condition: "`uname` == 'Linux'"
|
||||
|
Loading…
Reference in New Issue
Block a user