forked from TrueCloudLab/rclone
travis: switch to using the .x version notation for the go minor versions
This commit is contained in:
parent
a80d8a21dc
commit
8e86a902e2
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -4,10 +4,10 @@ osx_image: xcode7.3
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
go:
|
go:
|
||||||
- 1.6.4
|
- 1.6.x
|
||||||
- 1.7.6
|
- 1.7.x
|
||||||
- 1.8.5
|
- 1.8.x
|
||||||
- 1.9.2
|
- 1.9.x
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- git fetch --unshallow --tags
|
- git fetch --unshallow --tags
|
||||||
|
@ -32,12 +32,12 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.9.2
|
go: 1.9.x
|
||||||
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.2
|
go: 1.9.x
|
||||||
condition: "`uname` == 'Linux'"
|
condition: "`uname` == 'Linux'"
|
||||||
|
|
Loading…
Reference in a new issue