Skip to content

Commit

Permalink
enabling tests on travis and adding badges to README
Browse files Browse the repository at this point in the history
* enabling tests to run on travis
* adding travis and maven status badges to the README
  • Loading branch information
lbergelson committed May 4, 2018
1 parent 272143f commit 4c0b50b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: java
sudo: required
dist: trusty
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.broadinstitute/gatk-bwamem-jni/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.broadinstitute/gatk-bwamem-jni)
[![Build Status](https://travis-ci.org/broadinstitute/gatk-bwamem-jni.svg?branch=master)](https://travis-ci.org/broadinstitute/gatk-bwamem-jni)

# gatk-bwamem-jni
JNI code for bwa mem.

Expand Down

0 comments on commit 4c0b50b

Please sign in to comment.