Jabit/.travis.yml

8 lines
102 B
YAML

language: java
jdk:
- oraclejdk8
before_install:
- pip install codecov
after_success:
- codecov