From bf109816fc1e2996a98c71264c72b2a5d519ae09 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Wed, 21 Aug 2019 04:42:14 -0500 Subject: [PATCH] Desperate attempt to fix Travis CI weirdness --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42562f2f95..830715cadb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ jobs: - &bincompat_check stage: test env: TEST="binary compatibility" - script: sbt ++$TRAVIS_SCALA_VERSION! validateBC + script: sbt ++$TRAVIS_SCALA_VERSION! clean validateBC scala: *scala_version_211 - <<: *bincompat_check scala: *scala_version_212