Run whitesource for tags

Make check less brittle
This commit is contained in:
Arnout Engelen 2019-11-06 12:19:22 +01:00
parent 97c5305e0d
commit d4e124be35

View file

@ -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