#56 from YunLemon/Modify_Travis_1
master Merge pull requestImprove Travis CI build Performance
jruby/joni:.travis.yml@14b9656
language: java
jdk:
- openjdk9
arch:
- amd64
- ppc64le
cache:
directories:
- $HOME/.m2
Build Config
{
"language": "java",
"os": [
"linux"
],
"dist": "xenial",
"jdk": [
"openjdk9"
],
"arch": [
"amd64",
"ppc64le"
],
"cache": {
"directories": [
"$HOME/.m2"
]
}
}