Remove ".travis.yml"

This commit is contained in:
Tiiffi
2024-11-07 14:21:31 +02:00
parent fa25cde79c
commit accae57e4b

View File

@ -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