mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
17 lines
337 B
YAML
17 lines
337 B
YAML
language: java
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
# no need to test jdk7 as smoke test is already covered by travis-ci
|
|
#- openjdk7
|
|
|
|
build:
|
|
cache: true
|
|
cache_dir_list:
|
|
- $HOME/.m2
|
|
ci:
|
|
# generate all petstore sampless (client, servers, doc)
|
|
- ./bin/run-all-petstore 2>&1 > run-all-petstore.log
|
|
post_ci:
|
|
- tail run-all-petstore.log
|