Skip to content

Commit d3ebdf1

Browse files
authored
Merge pull request #204 from Philippus/add-scala-native-to-build-matrix
Add scala native to build matrix
2 parents e8be217 + 3a71b58 commit d3ebdf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ env:
2222
- SCALAJS_VERSION=0.6.27
2323
- SCALAJS_VERSION=1.0.0-M7
2424

25+
matrix:
26+
include:
27+
- env: SCALANATIVE_VERSION=0.3.8
28+
jdk: oraclejdk8
29+
2530
script: admin/build.sh
2631

2732
notifications:

0 commit comments

Comments
 (0)