Skip to content

Commit

Permalink
update travis go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKlippert committed Nov 28, 2020
1 parent 5ff1173 commit c8cac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm "wkhtmltox_0.12.6-1.bionic_amd64.deb" ; fi
go:
- tip
- 1.15
- 1.14
- 1.13
script: go test -v -coverprofile=coverage.txt -covermode=atomic -bench .
os:
- linux
Expand Down

0 comments on commit c8cac62

Please sign in to comment.