2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 17:10:49 +00:00

travis: update go versions

This commit is contained in:
Davor Kapsa 2017-09-17 19:02:22 +02:00 committed by GitHub
parent c784a15aaa
commit 94c8ee11f8

View File

@ -2,8 +2,8 @@ language: go
sudo: false
go:
- 1.8.3
- 1.9
- 1.8.x
- 1.9.x
os:
- linux
@ -16,12 +16,12 @@ env:
matrix:
exclude:
- os: osx
go: 1.8.3
go: 1.8.x
- os: linux
go: 1.9
go: 1.9.x
include:
- os: linux
go: 1.9
go: 1.9.x
sudo: true
env:
RESTIC_TEST_FUSE=1