This website works better with JavaScript
Home
Explore
Help
Register
Sign In
L2j
/
l2j-server-game
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added .travis.yml for Travis CI intergration.
NosBit
10 years ago
parent
345542a0d9
commit
8d5248e44c
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.travis.yml
+ 4
- 0
.travis.yml
View File
@@ -0,0 +1,4 @@
+language: java
+jdk:
+ - oraclejdk8
+script: cd L2J_Server && ant build