Got rid of .travis.yml
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -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
|
||||
Reference in New Issue
Block a user