diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2a9e9ba..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: c -sudo: false -dist: trusty -cache: - ccache: true -compiler: -- gcc -- clang -env: - global: - - EXTRAFLAGS='-v' - - PREFIX="${HOME}" -install: -- 'true' -script: -- make -- ./mcrcon -h -- ./mcrcon -v -- make install -- make uninstall