From d4e124be3523493aa500ca6f5c164f85260fc75d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 6 Nov 2019 12:19:22 +0100 Subject: [PATCH] Run whitesource for tags Make check less brittle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bc79d173e..b82a5d7532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: stages: - name: whitesource - if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v) AND env(TRAVIS_SCALA_VERSION) = "2.12.8" + if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v) AND env(TRAVIS_SCALA_VERSION) =~ ^2.12 - name: test if: type == pull_request OR NOT tag =~ ^v