snappy-java/.travis.yml
Taro L. Saito 7082397d2d
Use GitHub Actions (#250)
* Use GitHub Actions
* Ignore SnappyHadoopComptibleOutputStreamTest
* Build only master branches
* Simplify travis build
* Remove jvm option, which doesn't work for s390x
2020-06-25 23:51:45 -07:00

19 lines
256 B
YAML

branches:
only:
- master
language: java
jdk:
- openjdk11
os: linux
arch:
- s390x
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