Explorar el Código

Added .travis.yml for Travis CI intergration.

NosBit hace 10 años
padre
commit
8d5248e44c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+language: java
+jdk:
+  - oraclejdk8
+script: cd L2J_Server && ant build