Skip to content

Commit 175275d

Browse files
author
Dean Karn
authored
Merge pull request #577 from psampaz/travis_1_13_7
Run tests on latest stable version 1.13.7
2 parents c68441b + 8a19420 commit 175275d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.13.4
3+
- 1.13.7
44
- tip
55
matrix:
66
allow_failures:
@@ -25,5 +25,5 @@ script:
2525
- go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./...
2626

2727
after_success: |
28-
[ $TRAVIS_GO_VERSION = 1.13.4 ] &&
28+
[ $TRAVIS_GO_VERSION = 1.13.7 ] &&
2929
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)