Skip to content

Commit

Permalink
Travis work please.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nemec committed Jun 26, 2018
1 parent cb0ad0e commit 45addfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
go_import_path: github.com/lunemec/nanny
language: go
script: make test && make build
go:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run:
LOGXI=* go run -race main.go

test:
go test ./...
go test -v ./...

vet:
go vet ./...
Expand Down

0 comments on commit 45addfa

Please sign in to comment.