mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2024-12-26 20:40:47 +08:00
Add travis-ci config + badge showing the build status
This commit is contained in:
parent
ade0542b62
commit
19ea30baec
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: java
|
||||
|
||||
jdk:
|
||||
- oraclejdk7
|
||||
- openjdk7
|
||||
- oraclejdk8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
# use container
|
||||
sudo: false
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user