Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Sep 13, 2015
1 parent 507b275 commit a6a83b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ ${TASK} == "cpp_unittest" ]; then
echo "USE_CUDA=0" >> config.mk
make test || exit -1
export MXNET_ENGINE_TYPE=NaiveEngine
testsp/cpp/unittest || exit -1
tests/cpp/unittest || exit -1
export MXNET_ENGINE_TYPE=ThreadedEngine
tests/cpp/unittest || exit -1
fi
Expand Down

0 comments on commit a6a83b1

Please sign in to comment.