Paper/.travis.yml

12 lines
240 B
YAML
Raw Normal View History

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