Commit 8e6b9a20 authored by Michał Karzyński's avatar Michał Karzyński Committed by Scott Cyphers

[Travis] Check code style first (#1012)

parent 3772c332
......@@ -4,7 +4,7 @@ set -e
echo "TASK:" ${TASK}
if [ ${TASK} == "cpp_test" ]; then
docker run -w '/root/ngraph/build' test_ngraph make check
docker run -w '/root/ngraph/build' test_ngraph make style-check check
fi
if [ ${TASK} == "python2_test" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment