Add travis-ci config + badge showing the build status

This commit is contained in:
Martin Grotzke 2017-07-17 00:38:43 +02:00
parent ade0542b62
commit 19ea30baec
2 changed files with 16 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
cache:
directories:
- $HOME/.m2
# use container
sudo: false

View File

@ -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