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