Got rid of .travis.yml

This commit is contained in:
Pete Vander Giessen 2019-07-02 10:14:55 -04:00
parent 8436824c20
commit 2af4747bf4
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
dist: bionic
sudo: required
language: python
python:
- "2.7"
before_install:
- sudo apt -qq update
- sudo apt install -y petname
virtualenv:
system_site_packages: true
install:
- sudo snap install multipass --classic --beta
- sudo snap install snapcraft --classic
- snapcraft
script:
- tests/basic_test.sh