diff --git a/.travis.yml b/.travis.yml index 5dee839fcb..b2b362762e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ install: script: - mvn test -B - - mvn -file testsuite/integration-arquillian test -B + - mvn -file testsuite/integration-arquillian test -B -Pno-console sudo: false