Implement Travis
This commit is contained in:
parent
b36d3ce91d
commit
4235b35a4f
|
@ -0,0 +1,7 @@
|
|||
language: java
|
||||
notifications:
|
||||
email: false
|
||||
before_install:
|
||||
- git config --global user.email "admin@ecocitycraft.com"
|
||||
- git config --global user.name "EcoCityCraft"
|
||||
- ./applyPatches.sh
|
Loading…
Reference in New Issue