File tree Expand file tree Collapse file tree 1 file changed +36
-39
lines changed Expand file tree Collapse file tree 1 file changed +36
-39
lines changed Original file line number Diff line number Diff line change 1- # travis is disabled, all jobs moved to GitHub actions
2- # language: java
3- # sudo: false
4- # install: true
5- #
6- # script:
7- # - |
8- # set -e
9- # eval $CMD;
10- #
11- # cache:
12- # apt: true
13- # directories:
14- # - ~/.m2
15- #
16- # addons:
17- # apt:
18- # packages:
19- # - xsltproc
20- # - xmlstarlet
21- #
22- # branches:
23- # only:
24- # - master
25- #
26- # matrix:
27- # fast_finish: true
28- # include:
29- # - jdk: openjdk11
30- # env: CMD="./.ci/ci.sh install"
31- #
32- # - jdk: openjdk8
33- # env: CMD="./.ci/ci.sh install"
34- #
35- # - jdk: openjdk11
36- # env: CMD="./.ci/ci.sh integration-tests"
37- #
38- # - jdk: openjdk11
39- # env: CMD="./.ci/ci.sh nondex"
1+ version : ~> 1.0
2+ dist : focal
3+ # this arch is required as is for Partner Queue Solution - DO NOT MODIFY
4+ arch : ppc64le
5+
6+ language : java
7+ sudo : false
8+
9+ cache :
10+ apt : true
11+ directories :
12+ - ~/.m2
13+
14+ addons :
15+ apt :
16+ packages :
17+ - xsltproc
18+ - xmlstarlet
19+
20+ branches :
21+ only :
22+ - master
23+
24+ install :
25+ -
26+
27+ matrix :
28+ fast_finish : true
29+ include :
30+ - jdk : openjdk11
31+ env : CMD="./.ci/ci.sh install"
32+
33+ script :
34+ - |
35+ set -e
36+ eval $CMD;
You can’t perform that action at this time.
0 commit comments