mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-12-16 02:02:53 -05: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