mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Travis: Update Go version, set ulimit
This commit is contained in:
parent
60f1fbe35b
commit
be04a3b683
@ -5,7 +5,7 @@ go:
|
||||
- 1.3.3
|
||||
- 1.4.3
|
||||
- 1.5.4
|
||||
- 1.6.1
|
||||
- 1.6.2
|
||||
|
||||
os:
|
||||
- linux
|
||||
@ -33,6 +33,7 @@ install:
|
||||
- export GOBIN="$GOPATH/bin"
|
||||
- export PATH="$PATH:$GOBIN"
|
||||
- go env
|
||||
- ulimit -n 2048
|
||||
|
||||
script:
|
||||
- go run run_integration_tests.go
|
||||
|
Loading…
Reference in New Issue
Block a user