mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Setting up Travis CI.
This commit is contained in:
parent
f79a9e5182
commit
c8687bfc74
6
.travis.yml
Executable file
6
.travis.yml
Executable file
@ -0,0 +1,6 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk7
|
||||
- openjdk7
|
||||
- openjdk6
|
||||
script: "mvn clean install"
|
Loading…
Reference in New Issue
Block a user