Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Commit 3ec91ad

Browse files
committed
Cross build on Travis
1 parent 4ae76a7 commit 3ec91ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
language: scala
22
sudo: false
3-
script: sbt ++2.12.2 ^^1.0.0-M6 test
43
jdk: oraclejdk8
4+
5+
env:
6+
matrix:
7+
- SBT_CMD="test"
8+
- SBT_CMD="++2.12.2 ^^1.0.0-M6 test"
9+
10+
script: sbt "$SBT_CMD"

0 commit comments

Comments
 (0)