Paper/.travis.yml

12 lines
240 B
YAML
Raw Normal View History

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