Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Test with latest patch versions of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Oct 3, 2018
1 parent 83bc902 commit c0ddf1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: go
go:
# This is the latest 1.x version of Go
- "1.x"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
# Use Go modules for dependency management (https://github.com/golang/go/wiki/Modules)
env:
- GO111MODULE=on
Expand Down

0 comments on commit c0ddf1b

Please sign in to comment.