Update .travis.yml

pull/671/head
Dean Karn 4 years ago committed by GitHub
parent 0e7e593daa
commit 0d657b4731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

@ -1,6 +1,6 @@
language: go language: go
go: go:
- 1.13.7 - 1.15.2
- tip - tip
matrix: matrix:
allow_failures: allow_failures:
@ -26,4 +26,4 @@ script:
after_success: | after_success: |
[ $TRAVIS_GO_VERSION = 1.13.7 ] && [ $TRAVIS_GO_VERSION = 1.13.7 ] &&
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

Loading…
Cancel
Save