Skip to content

Commit

Permalink
Add .travis.yml to run tests and submit coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 10, 2018
1 parent 8835649 commit f7194c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
sudo: false
language: java
jdk:
- openjdk8
- oraclejdk10

script:
- mvn clean test jacoco:report

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit f7194c8

Please sign in to comment.