.travis.yml is now a stub.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/3634/head
Dan Schaper 4 years ago
parent 48820d181c
commit dc2781d1f9

@ -1,12 +1,5 @@
sudo: required
services:
- docker
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
# tox.ini handles setup, ordering of docker build first, and then run tests
- tox
import:
- source: pi-hole/pi-hole:/shared-configs:core.yml@main
if: branch = master
- source: pi-hole/pi-hole:/shared-configs:core.yml@main
if: branch != master

Loading…
Cancel
Save