diff options
author | Zach Bruggeman <[email protected]> | 2013-03-17 12:04:04 -0700 |
---|---|---|
committer | Ammar Askar <[email protected]> | 2013-03-18 23:50:09 +0500 |
commit | 4235b35a4ff2df09bfcf90c9b30e97de95fd7921 (patch) | |
tree | 4850f90f80aee20ed0607c720f4dd8692352e910 /.travis.yml | |
parent | b36d3ce91d75da0cdb7376ddc71a00580c920320 (diff) | |
download | Paper-4235b35a4ff2df09bfcf90c9b30e97de95fd7921.tar.gz Paper-4235b35a4ff2df09bfcf90c9b30e97de95fd7921.zip |
Implement Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..f0f96d3f09 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: java +notifications: + email: false +before_install: + - git config --global user.email "[email protected]" + - git config --global user.name "EcoCityCraft" + - ./applyPatches.sh
\ No newline at end of file |