Skip to content

Commit

Permalink
[KEYCLOAK-9922] Migrate from dep to Go 1.11 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Oliveira da Silva committed Apr 9, 2019
1 parent f46123c commit e152aa8
Show file tree
Hide file tree
Showing 10 changed files with 160 additions and 470 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: go
go:
- "1.11.x"

matrix:
include:
- go: 1.12.x
env: GO111MODULE=on
- go: 1.11.x
env: GO111MODULE=on

install:
- go get -u github.com/golang/dep/cmd/dep
- go get github.com/mattn/goveralls
- go get -u github.com/client9/misspell/cmd/misspell
script:
Expand Down
Loading

0 comments on commit e152aa8

Please sign in to comment.