1
0
mirror of https://github.com/restic/restic.git synced 2024-06-26 07:49:01 +02:00

Update Travis

This commit is contained in:
Alexander Neumann 2017-02-18 19:08:11 +01:00
parent 2c81bc35dc
commit 11b63d3417

View File

@ -3,7 +3,8 @@ sudo: false
go: go:
- 1.6.4 - 1.6.4
- 1.7.4 - 1.7.5
- 1.8
- tip - tip
os: os:
@ -21,10 +22,10 @@ matrix:
- os: osx - os: osx
go: tip go: tip
- os: linux - os: linux
go: 1.7.4 go: 1.7.5
include: include:
- os: linux - os: linux
go: 1.7.4 go: 1.7.5
sudo: true sudo: true
env: env:
RESTIC_TEST_FUSE=1 RESTIC_TEST_FUSE=1
@ -48,7 +49,6 @@ install:
- export GOBIN="$GOPATH/bin" - export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN" - export PATH="$PATH:$GOBIN"
- go env - go env
- ulimit -n 2048
script: script:
- go run run_integration_tests.go - go run run_integration_tests.go