From 2b4c76f25af1d62b3c7a088aea0b44d4aa6ad1b2 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 13 Feb 2020 17:09:31 +0100 Subject: [PATCH] Run all tests for native / domain sockets now we are using Netty 4.1.45.Final --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb3ad74ce..a4627a9f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,13 +21,11 @@ jobs: - if: type != pull_request name: "OpenJDK 8 / native transport" jdk: openjdk8 - # Workaround, only execute some tests as Netty epoll has slow shutdown (https://github.com/netty/netty/issues/9678) - script: mvn -q clean verify -B -PtestNativeTransport -Dtest=NetTest,Http*Test,HostnameResolutionTest + script: mvn -q clean verify -B - if: type != pull_request name: "OpenJDK 8 / domain sockets" jdk: openjdk8 - # Workaround, only execute some tests as Netty epoll has slow shutdown (https://github.com/netty/netty/issues/9678) - script: mvn -q clean verify -B -PtestDomainSockets -Dtest=NetTest,Http*Test,HostnameResolutionTest + script: mvn -q clean verify -B - stage: deploy name: "Deploy to Sonatype's snapshots repository" jdk: openjdk8