Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
derElektrobesen committed Oct 1, 2019
1 parent 1897d52 commit a1bfb50
Show file tree
Hide file tree
Showing 2 changed files with 4 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,11 +5,12 @@ go:
before_install:
- go get github.com/mattn/goveralls
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0
- env GO111MODULE=on go get ./cmd/goqueryset
script:
- env GO111MODULE=on make test
- env GO111MODULE=on $HOME/gopath/bin/goveralls -ignore "internal/queryset/generator/test/autogenerated_models.go,examples/comparison/*/*.go,internal/queryset/generator/test/pkgimport/*.go,internal/queryset/generator/test/pkgimport/*/*/*.go" -v -service=travis-ci
- make clean_autogenerated
- make gen
- env GO111MODULE=on make gen
- test -z "$(git status -s)" && exit 0
- echo "Folowing modules should be regenerated:\n$(git status -s)\n"
- echo "Call `make gen` to fix this issue."
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ require (
golang.org/x/tools v0.0.0-20190226205152-f727befe758c
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.2.0
)

go 1.13

0 comments on commit a1bfb50

Please sign in to comment.