Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 2aa3d0b

Browse files
committed
Fixing travis PR builds
1 parent b73d3b1 commit 2aa3d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ jdk:
55
scala:
66
- 2.11.7
77
script:
8-
- sbt ++$TRAVIS_SCALA_VERSION test updateImpactSubmit
8+
- sbt ++$TRAVIS_SCALA_VERSION test
9+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true'

0 commit comments

Comments
 (0)