Skip to content

Commit 76293db

Browse files
committed
Add Dotty to CI
1 parent b3a940e commit 76293db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
scala: *scala_version_213
5252
after_success: codecov -F scala_version_213
5353

54+
- &jvm_dotty_tests
55+
stage: test
56+
env: TEST="JVM Dotty tests"
57+
script: sbt ++$TRAVIS_SCALA_VERSION! buildJVMDottyCompat
58+
scala: *scala_version_dotty
5459

5560
- stage: test
5661
env: TEST="docs"

0 commit comments

Comments
 (0)