add travis.yml

This commit is contained in:
Jorge Morante 2019-11-27 13:42:55 +01:00
parent bda2f7a978
commit 6639db8d73
1 changed files with 5 additions and 0 deletions

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