Skip to content

Commit

Permalink
bump lowest build to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Sep 29, 2019
1 parent c722cb4 commit 946e343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go

go:
- "1.x"
- "1.11"
- "1.12"
- tip

os:
Expand All @@ -18,7 +18,7 @@ before_install:
- env GO111MODULE=on go get github.com/mattn/goveralls

install:
- env GO111MODULE=on go get -t -v ./...
- env GO111MODULE=on go get -v ./...

script:
- env GO111MODULE=on go build
Expand Down

0 comments on commit 946e343

Please sign in to comment.