add tool tests but only when testing java target

This commit is contained in:
parrt 2016-11-27 13:35:35 -08:00
parent 508a23c8f5
commit 30c7c43712
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ matrix:
- os: linux
compiler: clang
jdk: oraclejdk7
env:
env:
- TARGET=cpp
- CXX=g++-5
addons:
@ -62,6 +62,6 @@ before_install:
- ./.travis/before-install-$TRAVIS_OS_NAME-$TARGET.sh
script:
- cd runtime-testsuite
- ../.travis/run-tests-$TARGET.sh
- cd runtime-testsuite; ../.travis/run-tests-$TARGET.sh
- if [[ $TARGET == java ]]; then cd tool-testsuite; mvn test; fi