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

Commit

Permalink
Cross build on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jun 13, 2017
1 parent 4ae76a7 commit 3ec91ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: scala
sudo: false
script: sbt ++2.12.2 ^^1.0.0-M6 test
jdk: oraclejdk8

env:
matrix:
- SBT_CMD="test"
- SBT_CMD="++2.12.2 ^^1.0.0-M6 test"

script: sbt "$SBT_CMD"

0 comments on commit 3ec91ad

Please sign in to comment.