mirror of
https://github.com/rubenwardy/food.git
synced 2024-11-14 22:30:34 +01:00
6 lines
179 B
YAML
6 lines
179 B
YAML
|
language: lua
|
||
|
before_install: sh travis_install.sh
|
||
|
script: cd minetest && ./bin/minetestserver --gameid minetest_game --worldname world --port 31234
|
||
|
notifications:
|
||
|
email: false
|