Skip to content

Commit

Permalink
Update validate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
captncraig committed Jul 1, 2015
1 parent 07fcf9b commit 4490b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ go test bosun.org/...
GOTESTRESULT=$?

if [ "$TRAVIS" != '' ]; then
setStatus -o $O -r $R -s $GOFMTRESULT -c fmt -d=$GOFMTMSG -sha=$SHA
setStatus -o $O -r $R -s $GOFMTSTATUS -c fmt -d=$GOFMTMSG -sha=$SHA
fi

let "RESULT = $GOFMTRESULT | $GOVETRESULT | $GOTESTRESULT | $GOGENERATERESULT | $GOGENERATEDIFFRESULT"
Expand Down

0 comments on commit 4490b1c

Please sign in to comment.