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 13, 2017
1 parent e617725 commit 7174efc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ deps:

lint:
gometalinter.v1 ./... --vendor --deadline=10000s --dupl-threshold=100 --disable=interfacer --disable=gas
# https://lists.gnu.org/archive/html/help-gnu-utils/2004-08/msg00025.html
expr "$$?" '<=' 1 > /dev/null

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

race:
Expand Down

0 comments on commit 7174efc

Please sign in to comment.