forked from com-lihaoyi/mill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
55 lines (45 loc) · 1.02 KB
/
.travis.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
language: scala
sudo: required
dist: trusty
git:
depth: false
matrix:
include:
- stage: build
env: CI_SCRIPT=ci/test-mill-release.sh
jdk: oraclejdk8
- stage: build
env: CI_SCRIPT=ci/test-mill-release.sh
jdk: openjdk9
- stage: build
env: CI_SCRIPT=ci/test-mill-dev.sh
jdk: openjdk10
- stage: build
env: CI_SCRIPT=ci/test-mill-dev.sh
jdk: oraclejdk11
- stage: build
env: CI_SCRIPT=ci/test-mill-bootstrap-0.sh
jdk: oraclejdk8
- stage: build
env: CI_SCRIPT=ci/test-mill-bootstrap-1.sh
jdk: oraclejdk9
- stage: build
env: CI_SCRIPT=ci/test-mill-0.sh
jdk: openjdk10
- stage: build
env: CI_SCRIPT=ci/test-mill-1.sh
jdk: openjdk8
- stage: build
env: CI_SCRIPT=ci/test-mill-2.sh
jdk: oraclejdk8
- stage: release
env: CI_SCRIPT="ci/on-master.py ci/release.sh"
jdk: oraclejdk9
- stage: release
env: CI_SCRIPT="ci/on-master.py ci/publish-docs.sh"
jdk: openjdk10
script:
- "$CI_SCRIPT"
cache:
directories:
- $HOME/.coursier