Skip to content

Commit cc56de2

Browse files
authored
Merge pull request scala#231 from lolgab/1.2.x
Added Scala Native 0.4.0-M2 to .travis.yml
2 parents c2e1b74 + 858a782 commit cc56de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env:
2222

2323
matrix:
2424
include:
25-
- env: SCALANATIVE_VERSION=0.3.9 ADOPTOPENJDK=8
25+
- env: SCALANATIVE_VERSION=0.3.9 ADOPTOPENJDK=8
26+
- env: SCALANATIVE_VERSION=0.4.0-M2 ADOPTOPENJDK=8
2627

2728
before_install:
2829
# adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation

0 commit comments

Comments
 (0)