Skip to content

Commit 42f9c0c

Browse files
committed
Explicitly export the scala version
1 parent ab60991 commit 42f9c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
global:
2828
- ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=testing"
2929
- GRADLE_PROJS_SKIP=""
30+
- OW_SCALA_VERSION=2.13
3031

3132
notifications:
3233
email: false
@@ -66,6 +67,7 @@ install:
6667
jobs:
6768
include:
6869
- script:
70+
- export OW_SCALA_VERSION=2.13
6971
- TERM=dumb OW_SCALA_VERSION=2.13 ./gradlew :tests:compileTestScala
7072
name: "Scala 2.13 compilation"
7173
- script:

0 commit comments

Comments
 (0)