Skip to content

Commit

Permalink
Test against Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 23, 2020
1 parent b87098f commit a100c5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip

matrix:
Expand All @@ -36,11 +37,11 @@ matrix:
go: 1.6.x

before_install:
- if [[ $TRAVIS_GO_VERSION == 1.13* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi
- if [[ $TRAVIS_GO_VERSION == 1.14* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi

script:
- go test -v -tags ci ./...
- if [[ $TRAVIS_GO_VERSION == 1.13* ]]; then $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/callbacks/callbacks.go,examples/dataloader/dataloader.go,examples/mycachedapp/mycachedapp.go"; fi
- if [[ $TRAVIS_GO_VERSION == 1.14* ]]; then $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/callbacks/callbacks.go,examples/dataloader/dataloader.go,examples/mycachedapp/mycachedapp.go"; fi

notifications:
email:
Expand Down

0 comments on commit a100c5a

Please sign in to comment.