Exclude admin console tests from Travis due to stability issues

This commit is contained in:
Stian Thorgersen 2015-11-30 11:29:59 +01:00
parent 8e127bf699
commit 265b6d5e2a

View file

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