Skip to content

Commit

Permalink
make: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash committed Mar 11, 2017
1 parent af20ed0 commit 44fc304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
install: true
before_script:
- make
- make clean_string
script:
- make race
- make lint
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps:
lint:
gometalinter.v1 ./... --vendor --deadline=10000s --dupl-threshold=100 --disable=interfacer --disable=gas

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

race:
Expand Down

0 comments on commit 44fc304

Please sign in to comment.