Paper/.travis.yml

12 lines
240 B
YAML
Raw Normal View History

2013-03-18 03:04:04 +08:00
language: java
2014-03-20 17:15:36 +08:00
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
2013-03-18 03:04:04 +08:00
notifications:
email: false
before_install:
- git config --global user.email "admin@ecocitycraft.com"
- git config --global user.name "EcoCityCraft"
2014-03-20 17:15:36 +08:00
- ./applyPatches.sh