snappy-java/.travis.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
268 B
YAML
Raw Permalink Normal View History

branches:
only:
- master
2017-01-20 02:49:28 +01:00
language: java
jdk:
- openjdk11
os: linux
2016-01-22 10:48:34 +01:00
arch:
- s390x
- ppc64le
2014-06-26 07:43:35 +02:00
2017-01-20 02:49:28 +01:00
script:
# - sudo apt-get install -y openjdk-11-jdk;
# - export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-s390x && export PATH=$JAVA_HOME/bin:$PATH;
- ./sbt test