move to script file

This commit is contained in:
parrt 2016-11-27 14:06:19 -08:00
parent 30c7c43712
commit 643dc2a005
2 changed files with 2 additions and 1 deletions

View File

@ -63,5 +63,4 @@ before_install:
script:
- cd runtime-testsuite; ../.travis/run-tests-$TARGET.sh
- if [[ $TARGET == java ]]; then cd tool-testsuite; mvn test; fi

View File

@ -1,3 +1,5 @@
#!/bin/bash
mvn -q -Dparallel=methods -DthreadCount=4 -Dtest=java.* test
cd ../tool-testsuite
mvn test