Skip to content

Commit

Permalink
Travis: Try to fix test_java by running tests with one jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 8, 2019
1 parent 07e1cd9 commit f0581e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ if [ "${BUILDER}" == make ];then
if [ "${LANGUAGE}" == python2 ] || [ "${LANGUAGE}" == python3 ]; then
make python --jobs=4
make test_python --jobs=4
elif [ "${LANGUAGE}" == java ]; then
make java --jobs=4
make test_java --jobs=1
else
make "${LANGUAGE}" --jobs=4
make test_"${LANGUAGE}" --jobs=4
Expand Down

0 comments on commit f0581e5

Please sign in to comment.