Browse Source

Merge pull request #638 from kishorkunal-raj/master

Adding ppc64le architecture support on travis-ci
pull/649/head
kallestenflo 4 years ago committed by GitHub
parent
commit
8420a6d8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -8,3 +8,7 @@ jdk:
cache:
directories:
- $HOME/.gradle
arch:
- amd64
- ppc64le

Loading…
Cancel
Save