mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 04:25:26 +01:00
Add more Java versions to Travis
This commit is contained in:
parent
670d08ceb0
commit
5e5315f541
@ -1,7 +1,11 @@
|
|||||||
language: java
|
language: java
|
||||||
|
jdk:
|
||||||
|
- openjdk7
|
||||||
|
- oraclejdk7
|
||||||
|
- oraclejdk8
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
before_install:
|
||||||
- git config --global user.email "admin@ecocitycraft.com"
|
- git config --global user.email "admin@ecocitycraft.com"
|
||||||
- git config --global user.name "EcoCityCraft"
|
- git config --global user.name "EcoCityCraft"
|
||||||
- ./applyPatches.sh
|
- ./applyPatches.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user