Permalink
Browse files

Configure travis.

  • Loading branch information...
1 parent d998a92 commit f37e3bba4a4680ae3bd66c268c9917c6985bbfc3 @deflaux deflaux committed May 20, 2015
Showing with 7 additions and 1 deletion.
  1. +6 −0 .travis.yml
  2. +1 −1 README.md
View
@@ -0,0 +1,6 @@
+language: java
+
+script: mvn test javadoc:javadoc
+
+after_success:
+ - mvn clean cobertura:cobertura -Dcobertura.report.format=xml coveralls:cobertura
View
@@ -1,5 +1,5 @@
-gatk-tools-java
+gatk-tools-java [![Build Status](https://img.shields.io/travis/googlegenomics/gatk-tools-java.svg?style=flat)](https://travis-ci.org/googlegenomics/gatk-tools-java) [![Coverage Status](https://img.shields.io/coveralls/googlegenomics/gatk-tools-java.svg?style=flat)](https://coveralls.io/r/googlegenomics/gatk-tools-java)
===============
Tools for using Picard and GATK with Genomics API.

0 comments on commit f37e3bb

Please sign in to comment.