mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 18:42:45 +08:00
travis: only run go latest on OS X and include go tip, but allow failures
fixup
This commit is contained in:
parent
5cdfe9c7ae
commit
990b676e13
|
@ -3,12 +3,12 @@ sudo: false
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
go:
|
go:
|
||||||
- 1.5.4
|
- 1.5.4
|
||||||
- 1.6.4
|
- 1.6.4
|
||||||
- 1.7.4
|
- 1.7.4
|
||||||
- 1.8
|
- 1.8
|
||||||
|
- tip
|
||||||
install:
|
install:
|
||||||
- git fetch --unshallow --tags
|
- git fetch --unshallow --tags
|
||||||
- make vars
|
- make vars
|
||||||
|
@ -19,6 +19,12 @@ script:
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
secure: gU8gCV9R8Kv/Gn0SmCP37edpfIbPoSvsub48GK7qxJdTU628H0KOMiZW/T0gtV5d67XJZ4eKnhJYlxwwxgSgfejO32Rh5GlYEKT/FuVoH0BD72dM1GDFLSrUiUYOdoHvf/BKIFA3dJFT4lk2ASy4Zh7SEoXHG6goBlqUpYx8hVA=
|
secure: gU8gCV9R8Kv/Gn0SmCP37edpfIbPoSvsub48GK7qxJdTU628H0KOMiZW/T0gtV5d67XJZ4eKnhJYlxwwxgSgfejO32Rh5GlYEKT/FuVoH0BD72dM1GDFLSrUiUYOdoHvf/BKIFA3dJFT4lk2ASy4Zh7SEoXHG6goBlqUpYx8hVA=
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
include:
|
||||||
|
- os: osx
|
||||||
|
go: 1.8
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: make travis_beta
|
script: make travis_beta
|
||||||
|
|
Loading…
Reference in New Issue
Block a user