mirror of https://github.com/restic/restic.git
Travis: Reduce workload by removing Go tip
This commit is contained in:
parent
ff3149831e
commit
0a2219c5f7
|
@ -4,7 +4,6 @@ sudo: false
|
||||||
go:
|
go:
|
||||||
- 1.8.3
|
- 1.8.3
|
||||||
- 1.9
|
- 1.9
|
||||||
- tip
|
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -16,8 +15,6 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
|
||||||
go: tip
|
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.8.3
|
go: 1.8.3
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -28,8 +25,6 @@ matrix:
|
||||||
sudo: true
|
sudo: true
|
||||||
env:
|
env:
|
||||||
RESTIC_TEST_FUSE=1
|
RESTIC_TEST_FUSE=1
|
||||||
allow_failures:
|
|
||||||
- go: tip
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue