Bumping up CI build to go 1.14 (#124)

Bumping up Travis CI build to go 1.14 as well as increasing the timeout for go tests.
This commit is contained in:
Renán I. Del Valle 2020-05-27 16:04:07 -07:00 committed by GitHub
parent 2b6025e67d
commit 5f667555dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
sudo: required
os: linux
dist: xenial
language: go
@ -10,7 +10,7 @@ branches:
- future
go:
- "1.10.x"
- "1.14.x"
env:
global:
@ -24,10 +24,11 @@ before_install:
- test -z "`for d in $GO_USR_DIRS; do goimports -d $d/*.go | tee /dev/stderr; done`"
install:
- go mod download
- docker-compose up -d
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic -v github.com/paypal/gorealis
- go test -timeout 30m -race -coverprofile=coverage.txt -covermode=atomic -v github.com/paypal/gorealis
after_success:
- bash <(curl -s https://codecov.io/bash)