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 2d46e6e commit 507b275
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 @@ -57,7 +57,7 @@ if [ ${TASK} == "cpp_unittest" ]; then
export MXNET_ENGINE_TYPE=NaiveEngine
testsp/cpp/unittest || exit -1
export MXNET_ENGINE_TYPE=ThreadedEngine
testsp/cpp/unittest || exit -1
tests/cpp/unittest || exit -1
fi

# TODO(yutian): add unittest back

0 comments on commit 507b275

Please sign in to comment.