Skip to content

Commit 983ae76

Browse files
romanimuhlba91
authored andcommitted
infra: restore Travis and activate partner queue arch to not use Travis credits
1 parent d27a8f7 commit 983ae76

File tree

1 file changed

+36
-39
lines changed

1 file changed

+36
-39
lines changed

.travis.yml

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,36 @@
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;

0 commit comments

Comments
 (0)