Commit 7638fbe6 authored by zhujiashun's avatar zhujiashun

update build_in_travis_ci.sh

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