Skip to content

Commit

Permalink
ci: die early on failure:
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Aug 31, 2018
1 parent 7de6233 commit 3f8cea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ci_check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
dep ensure
go build ./...
go build
Expand Down

0 comments on commit 3f8cea8

Please sign in to comment.