forked from jasder/antlr
move to script file
This commit is contained in:
parent
30c7c43712
commit
643dc2a005
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
mvn -q -Dparallel=methods -DthreadCount=4 -Dtest=java.* test
|
||||
cd ../tool-testsuite
|
||||
mvn test
|
||||
|
|
Loading…
Reference in New Issue