forked from com-lihaoyi/fastparse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (23 loc) · 668 Bytes
/
.travis.yml
File metadata and controls
31 lines (23 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
sudo: false
language: scala
matrix:
include:
- env: CMD="mill __.jvm[2.11.12].test"
jdk: oraclejdk8
- env: CMD="mill __.jvm[2.12.7].test"
jdk: oraclejdk9
- env: CMD="mill __.jvm[2.13.0-M5].test"
jdk: openjdk10
- env: CMD="mill __.js[2.11.12].test"
jdk: oraclejdk9
- env: CMD="mill __.js[2.12.7].test"
jdk: openjdk10
- env: CMD="mill __.js[2.13.0-M5].test"
jdk: openjdk10
- env: CMD="mill all demo.fastOpt perftests.__.compile"
jdk: openjdk10
- env: CMD="sbt readme/run"
jdk: oraclejdk8
script:
- curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.2.7/0.2.7 && chmod +x ~/bin/mill
- $CMD