mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Update Travis
This commit is contained in:
parent
2c81bc35dc
commit
11b63d3417
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user