Skip to content

Commit

Permalink
Merge pull request #6 from jdanekrh/jd_travis
Browse files Browse the repository at this point in the history
 Add .travis.yml to run tests and submit coverage to codecov.io
  • Loading branch information
tabish121 committed May 10, 2018
2 parents 8ca2ffc + fc682b5 commit 93e1945
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
- oraclejdk9

script:
- mvn clean test jacoco:report

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

0 comments on commit 93e1945

Please sign in to comment.