diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c2a3c2f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: java + +jdk: + - oraclejdk7 + - openjdk7 + - oraclejdk8 + +cache: + directories: + - $HOME/.m2 + +# use container +sudo: false \ No newline at end of file diff --git a/README.md b/README.md index 7834395..04d5f3c 100644 --- a/README.md +++ b/README.md @@ -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