Files
spring-cloud-stream-binder-…/.travis.yml
Ilayaperumal Gopinathan 698e469a58 GH-14: Add travis and codecov integration
- Add travis config yml
 - Enable travis service integration via https://travis-ci.org/profile
 - Update travis config with codecov execution
 - Add maven plugin for codecov

Resolves spring-cloud/spring-cloud-stream-binder-aws-kinesis#14

Add .settings.xml with spring repos

Enable spring profile

Add .settings.xml via -s option

Fix travis.yml

  - Remove duplicate entry
  - Remove `install`

Remove explicit check on pull request

Fix typo
2017-08-08 10:02:49 -04:00

13 lines
254 B
YAML

sudo: required
cache:
directories:
- $HOME/.m2
language: java
jdk:
- oraclejdk8
script:
- './mvnw package -Pspring,full -s .settings.xml -U -Dmaven.test.redirectTestOutputToFile=true'
after_success:
- bash <(curl -s https://codecov.io/bash)