diff --git a/.travis.yml b/.travis.yml index da7c4afb8..257474dcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,14 +121,14 @@ matrix: os: linux arch: ppc64le env: TEST_GROUP=4 - - if: type = pull_request + - if: type = pull_request AND commit_message !~ /java/ os : osx env: JOB_NAME=java_test - - if: type = pull_request + - if: type = pull_request AND commit_message !~ /java/ os : linux arch: arm64 env: JOB_NAME=java_test - - if: type = pull_request + - if: type = pull_request AND commit_message !~ /java/ os: linux arch: ppc64le env: JOB_NAME=java_test