Skip to content

Commit

Permalink
Adding power support
Browse files Browse the repository at this point in the history
Adding power support for travis jobs on ppc64le architecture.
  • Loading branch information
ghatwala committed Jun 6, 2019
1 parent 928984e commit 95ea338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# limitations under the License.

language: java
os:
- linux
- linux-ppc64le
sudo: false

jdk:
Expand All @@ -26,4 +29,4 @@ jdk:
- openjdk-ea

after_success:
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco

0 comments on commit 95ea338

Please sign in to comment.