Skip to content

Commit

Permalink
Updated travis and added go mod. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant authored and ahmetb committed Jul 10, 2019
1 parent 9bb035d commit 1f9ae25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ sudo: false
language: go
go:
- 1.11
- tip

before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get -u golang.org/x/lint/golint
- go get -u github.com/bradleyfalzon/apicompat/cmd/apicompat
install: true
env:
- GO111MODULE=on

script:
- go vet -x ./...
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ahmetb/go-linq/v3

go 1.11

0 comments on commit 1f9ae25

Please sign in to comment.