forked from TrueCloudLab/restic
travis: update go versions
This commit is contained in:
parent
c784a15aaa
commit
94c8ee11f8
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -2,8 +2,8 @@ language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8.3
|
- 1.8.x
|
||||||
- 1.9
|
- 1.9.x
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -16,12 +16,12 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.8.3
|
go: 1.8.x
|
||||||
- os: linux
|
- os: linux
|
||||||
go: 1.9
|
go: 1.9.x
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
go: 1.9
|
go: 1.9.x
|
||||||
sudo: true
|
sudo: true
|
||||||
env:
|
env:
|
||||||
RESTIC_TEST_FUSE=1
|
RESTIC_TEST_FUSE=1
|
||||||
|
|
Loading…
Reference in a new issue