mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-03-31 14:40:16 +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://travis-ci.org/NathanSweet/reflectasm)
|
||||||
|
[](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.
|
Please use the [ReflectASM discussion group](http://groups.google.com/group/reflectasm-users) for support.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
Loading…
Reference in New Issue
Block a user