From c17a57d76cdeda288ed246d6d3a193b1532affa3 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Mon, 12 Dec 2016 10:36:33 -0500 Subject: [PATCH] restore adapter tests in travis --- travis-run-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/travis-run-tests.sh b/travis-run-tests.sh index 4ce246e91d..aa1de643a3 100755 --- a/travis-run-tests.sh +++ b/travis-run-tests.sh @@ -31,5 +31,9 @@ fi if [ $1 == "adapter" ]; then mvn test -B -f testsuite/integration-arquillian/tests/other/adapters + mvn test -B -f testsuite/jetty + mvn test -B -f testsuite/tomcat6 + mvn test -B -f testsuite/tomcat7 + mvn test -B -f testsuite/tomcat8 fi