This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
L2j
/
l2j-server-game
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Added .travis.yml for Travis CI intergration.
NosBit
hace 10 años
padre
345542a0d9
commit
8d5248e44c
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
.travis.yml
+ 4
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,4 @@
+language: java
+jdk:
+ - oraclejdk8
+script: cd L2J_Server && ant build