From b0e6bcc9a3da5a15ae25729142a2081e603be9b2 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 25 Jul 2017 13:45:45 +0200 Subject: UpdateImpact integration --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e7541fa..54ec7ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,6 @@ jdk: scala: - 2.12.2 - 2.11.8 +script: +- sbt ++$TRAVIS_SCALA_VERSION test +- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true' \ No newline at end of file -- cgit v1.2.3