2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 11:59:00 +00:00

Travis: Reduce workload by removing Go tip

This commit is contained in:
Alexander Neumann 2017-09-05 22:02:48 +02:00
parent ff3149831e
commit 0a2219c5f7

View File

@ -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: