diff options
author | rubenwardy <rubenwardy@gmail.com> | 2015-08-04 19:24:11 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2015-08-04 20:16:50 +0100 |
commit | 9913055d6a9cdb6a1b56f65e725dc8af96d66afc (patch) | |
tree | 17bbef13ece82a5c38e5fc629fe92f75aa3e8d3f /.travis.yml | |
parent | 3edc66302e9b6d76d5eb1e3963ed9b8ea19b8640 (diff) |
Add travis checks
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |