Files
jekyll/script/cibuild
Alfred Xing 8e3ad082e2 Add set -e to top of proof and cibuild
Exit immediately on any non-zero exit code
2014-07-16 13:13:45 -07:00

8 lines
63 B
Bash
Executable File

#! /bin/bash
set -e
script/branding
script/proof
script/test