mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
9 lines
107 B
YAML
9 lines
107 B
YAML
language: java
|
|
sudo: false
|
|
|
|
jdk:
|
|
- openjdk7
|
|
- oraclejdk8
|
|
|
|
install: true
|
|
script: mvn test -DskipAssembly |