Skip to content

Commit

Permalink
Merge pull request searchbox-io#511 from graylog-labs/travis
Browse files Browse the repository at this point in the history
Try making Travis CI builds more stable
  • Loading branch information
ferhatsb authored May 9, 2017
2 parents e6a8539 + 2c279e3 commit 61866dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
dist: trusty
jdk:
- openjdk8
- oraclejdk8
sudo: false
env:
global:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ public class NodesStatsIntegrationTest extends AbstractIntegrationTest {
@Override
public void setUp() throws Exception {
super.setUp();
ensureClusterSizeConsistency();
ensureClusterStateConsistency();
ensureFullyConnectedCluster();
}

@Test
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,14 @@
<excludes>
<exclude>none</exclude>
</excludes>
<argLine>-XX:+PrintGCDetails -Xmx${tests.heap.size} -Xms${tests.heap.size} -Dtests.heap.size=${tests.heap.size} -Djava.net.preferIPv4Stack=true -Dtests.security.manager=false</argLine>
<argLine>-Xmx${tests.heap.size} -Xms${tests.heap.size} -Dtests.heap.size=${tests.heap.size} -Djava.net.preferIPv4Stack=true -Dtests.security.manager=false</argLine>
<reuseForks>false</reuseForks>
</configuration>
</execution>
</executions>
<configuration>
<argLine>-XX:+PrintGCDetails -Xmx${tests.heap.size} -Xms${tests.heap.size} -Dtests.heap.size=${tests.heap.size} -Dtests.security.manager=false</argLine>
<argLine>-Xmx${tests.heap.size} -Xms${tests.heap.size} -Dtests.heap.size=${tests.heap.size} -Dtests.security.manager=false</argLine>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 61866dd

Please sign in to comment.