Merge pull request #3638 from patriot1burke/master

restore adapter tests in travis
This commit is contained in:
Bill Burke 2016-12-12 11:37:28 -05:00 committed by GitHub
commit 90fdb4889c

View file

@ -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