mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Add some Travis integration
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: c
|
||||
sudo: false
|
||||
dist: trusty
|
||||
install: 'true'
|
||||
script:
|
||||
- make
|
||||
- make install
|
||||
- mcrcon -h
|
||||
- mcrcon -v
|
||||
- make uninstall
|
||||
Reference in New Issue
Block a user