From 9913055d6a9cdb6a1b56f65e725dc8af96d66afc Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 4 Aug 2015 19:24:11 +0100 Subject: Add travis checks --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..933bec1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: lua +before_install: sh travis_install.sh +script: cd minetest && ./bin/minetestserver --gameid minetest_game --worldname world --port 31234 +notifications: + email: false -- cgit v1.2.3