Removed travis profile from arq. testsuite.
This commit is contained in:
parent
29e05ecf0d
commit
4e79dde17f
2 changed files with 1 additions and 20 deletions
|
@ -8,6 +8,6 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn test -B
|
- mvn test -B
|
||||||
- mvn -file testsuite/integration-arquillian test -B -Pno-console,travis
|
- mvn -file testsuite/integration-arquillian test -B -Pno-console
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
@ -610,25 +610,6 @@
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
|
||||||
<id>travis</id>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<systemProperties>
|
|
||||||
<arq.extension.graphene.waitGuiInterval>2</arq.extension.graphene.waitGuiInterval>
|
|
||||||
<arq.extension.graphene.waitAjaxInterval>4</arq.extension.graphene.waitAjaxInterval>
|
|
||||||
<arq.extension.graphene.waitModelInterval>10</arq.extension.graphene.waitModelInterval>
|
|
||||||
<arq.extension.graphene.waitGuardInterval>4</arq.extension.graphene.waitGuardInterval>
|
|
||||||
</systemProperties>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue