Files
spring-restdocs/.travis.yml
Andy Wilkinson 90bbb5ab9e Update samples to make them compatible with Java 7
The main project supports Java 7 or later, but, prior to this commit,
the Spring HATEOAS sample required Java 8. This commit updates updates
the Spring HATEOAS sample to make it compatible with Java 7 and
updates the build configuration of both samples to specify Java 7.

Closes gh-51
2015-05-05 12:09:45 +01:00

5 lines
77 B
YAML

language: java
jdk:
- oraclejdk7
script:
- "./gradlew build buildSamples"