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:
|
||||
- 1.8.3
|
||||
- 1.9
|
||||
- tip
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
@ -16,8 +15,6 @@ env:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
go: tip
|
||||
- os: osx
|
||||
go: 1.8.3
|
||||
- os: linux
|
||||
|
@ -28,8 +25,6 @@ matrix:
|
|||
sudo: true
|
||||
env:
|
||||
RESTIC_TEST_FUSE=1
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue