Add tests to Travis, fix lint script

This commit is contained in:
Kfir Hadas
2017-06-07 19:25:34 +03:00
parent 64098dae49
commit 751378221f
2 changed files with 18 additions and 4 deletions

View File

@@ -49,3 +49,5 @@ if [[ ${action} == check_lint ]]; then
echo "The code requires some changes."
fi
fi
if [[ ${result} -ne 0 ]]; then exit 1; fi