This commit is contained in:
Alex Dadgar 2017-11-02 16:24:15 -07:00
parent 7284350818
commit 5f76b4b4b2

View file

@ -7,6 +7,8 @@ PING_LOOP_PID=$!
trap 'kill ${PING_LOOP_PID}' EXIT HUP INT QUIT TERM
env
if [[ "$RUN_STATIC_CHECKS" ]]; then
make check
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then