Skip to content

Commit 99f2926

Browse files
committed
infra: update travis to use free arch and not use 'payed' credits
1 parent f877da5 commit 99f2926

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
language: java
27
sudo: false
38

@@ -37,6 +42,7 @@ matrix:
3742

3843
# JDK 13 (most recent Java version)
3944
- jdk: openjdk13
45+
arch: amd64
4046
env:
4147
- DESC="install (openjdk13)"
4248
- CMD="mvn install && git diff"

0 commit comments

Comments
 (0)