Commit 7638fbe6 authored by zhujiashun's avatar zhujiashun

update build_in_travis_ci.sh

parent 8041feee
......@@ -20,7 +20,7 @@ if [ "$PURPOSE" = "compile" ]; then
#make -j4 && sh tools/make_all_examples
echo "1"
elif [ "$PURPOSE" = "unittest" ]; then
cd test && sh ./run_tests.sh
cd test && sh ./run_tests.sh && cd ../
else
echo "Unknown purpose=\"$PURPOSE\""
fi
......
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