Create .travis.yml

This commit is contained in:
kn1gh7h4wk 2020-07-03 21:15:02 -07:00 committed by GitHub
parent 05729e1895
commit 1256ce419d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
language: shell
dist: stretch
before_install:
- sudo apt update
- sudo apt upgrade
- sudo apt install git
deploy:
provider: script
script: sudo bash ./install.sh
on:
branch: master