1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00

add travis.yml

This commit is contained in:
Jorge Morante 2019-11-27 13:42:55 +01:00
parent bda2f7a978
commit 6639db8d73

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: generic
install:
- ./test/provisioning/ubuntu.sh
script: ./test/run.sh within-vm
os: linux