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

Commit

Permalink
build: Add go1.12 to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Mar 7, 2019
1 parent 107878e commit 7bb061f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip

before_install:
Expand Down Expand Up @@ -37,6 +38,9 @@ matrix:
- name: "golint 1.11.x"
go: 1.11.x
script: ./scripts/lint.sh
- name: "golint 1.12.x"
go: 1.12.x
script: ./scripts/lint.sh
allow_failures:
- go: tip

Expand Down

0 comments on commit 7bb061f

Please # to comment.