diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e263ac0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: c +sudo: false +dist: trusty +install: 'true' +script: +- make +- make install +- mcrcon -h +- mcrcon -v +- make uninstall