forked from TrueCloudLab/rclone
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
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.x
|
- 1.6.4
|
||||||
- 1.7.x
|
- 1.7.6
|
||||||
- 1.8.x
|
- 1.8.6
|
||||||
- 1.9.x
|
- 1.9.3
|
||||||
- go1.10rc1
|
- go1.10rc1
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
|
@ -33,12 +33,12 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.9.x
|
go: 1.9.3
|
||||||
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.x
|
go: 1.9.3
|
||||||
condition: "`uname` == 'Linux'"
|
condition: "`uname` == 'Linux'"
|
||||||
|
|
Loading…
Reference in a new issue