Files
spring-integration/.travis.yml
Gary Russell b69c0c2d24 INT-3780: Update to Gradle 2.5
JIRA: https://jira.spring.io/browse/INT-3780

- Move `s-i-test` to top of file to avoid deprecation warning

- Change `jacoco` to use the Gradle plugin

- Enable generation of `jacoco` coverage html report

- Hibernate tests need `javax.persistence` `2.1` eclipselink pulls in `2.0`;
works ok with gradle 2.3, but with 2.5 the 2.0 versions are loaded.

- replace `jpaApiVersion` build variable with the `jpa21ApiVersion`
2015-07-23 19:02:16 -04:00

12 lines
189 B
YAML

language: java
jdk: oraclejdk8
sudo: false
services:
- mongodb
- rabbitmq
- redis-server
env:
- TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true
#script:
# - ./gradlew build --parallel