Travis: Update Go version, set ulimit

This commit is contained in:
Alexander Neumann 2016-05-07 23:38:30 +02:00
parent 60f1fbe35b
commit be04a3b683
1 changed files with 2 additions and 1 deletions

View File

@ -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