Skip to content

Commit

Permalink
Adopting modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed Oct 22, 2018
1 parent e631537 commit 8f36f0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: go

go:
- 1.7
- 1.8
- 1.9
go:
- 1.11
- 1.x

env:
- GO111MODULE=on

matrix:
fast_finish: true

install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint

script:
- go test -v -cover
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/marstr/collection

0 comments on commit 8f36f0a

Please sign in to comment.