Update travis_script.sh

This commit is contained in:
Tianqi Chen 2015-07-03 15:20:59 -07:00
parent d8eac4ae27
commit f858856586

View File

@ -17,6 +17,6 @@ fi
if [ ${TASK} == "test" ]; then
cd test
make all || exit -1
./travis_runtest.sh || exit -1
../scripts/travis_runtest.sh || exit -1
fi