Skip to content

Commit

Permalink
tests: update travis-ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Feb 2, 2020
1 parent 067cfa0 commit 22ba332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
go_import_path: github.com/ploxiln/oauth2_proxy
install:
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.4/dep-linux-amd64
- chmod +x dep
- ./dep ensure -v
- go build
Expand Down

0 comments on commit 22ba332

Please sign in to comment.