Skip to content

Commit

Permalink
Merge pull request #56 from magro/travis-ci
Browse files Browse the repository at this point in the history
Add travis-ci config + badge showing the build status
  • Loading branch information
NathanSweet authored Jun 11, 2018
2 parents da80699 + 19ea30b commit 984e6a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: java

jdk:
- oraclejdk7
- openjdk7
- oraclejdk8

cache:
directories:
- $HOME/.m2

# use container
sudo: false
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
![](https://raw.github.com/wiki/EsotericSoftware/reflectasm/images/logo.png)

[![Build Status](https://travis-ci.org/NathanSweet/reflectasm.png?branch=master)](https://travis-ci.org/NathanSweet/reflectasm)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.esotericsoftware/reflectasm/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.esotericsoftware%22%20AND%20a%3Areflectasm)

Please use the [ReflectASM discussion group](http://groups.google.com/group/reflectasm-users) for support.

## Overview
Expand Down

0 comments on commit 984e6a0

Please sign in to comment.