mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Add more Java versions to Travis
By: md-5 <md_5@live.com.au>
This commit is contained in:
parent
8d921a2a4d
commit
05edfde473
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
language: java
|
||||
jdk:
|
||||
- openjdk7
|
||||
- oraclejdk7
|
||||
- oraclejdk8
|
||||
notifications:
|
||||
email: false
|
||||
before_install:
|
||||
- git config --global user.email "admin@ecocitycraft.com"
|
||||
- git config --global user.name "EcoCityCraft"
|
||||
- ./applyPatches.sh
|
||||
- ./applyPatches.sh
|
||||
|
|
Loading…
Reference in a new issue