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 72203bc commit 4d89b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ before_install:
install: true
before_script:
- make
- make clean_string
script:
- make race
- make lint
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ deps:
go get -u gopkg.in/alecthomas/gometalinter.v1
gometalinter.v1 --install

lint:
lint: clean_string
gometalinter.v1 ./... --vendor --deadline=10000s --dupl-threshold=100 --disable=interfacer --disable=gas

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

race:
Expand Down

0 comments on commit 4d89b58

Please sign in to comment.