Skip to content

Commit

Permalink
check: fail on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 4, 2018
1 parent 70903d4 commit 8c450c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
dep ensure
gometalinter --skip internal --cyclo-over=15 --vendor ./...
go test ./...
Expand Down

0 comments on commit 8c450c4

Please sign in to comment.