Merge pull request #577 from psampaz/travis_1_13_7

Run tests on latest stable version 1.13.7
pull/616/head
Dean Karn 5 years ago committed by GitHub
commit 175275dfea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

@ -1,6 +1,6 @@
language: go
go:
- 1.13.4
- 1.13.7
- tip
matrix:
allow_failures:
@ -25,5 +25,5 @@ script:
- go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./...
after_success: |
[ $TRAVIS_GO_VERSION = 1.13.4 ] &&
[ $TRAVIS_GO_VERSION = 1.13.7 ] &&
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
Loading…
Cancel
Save