mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
.travis.yml is now a stub.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
48820d181c
commit
dc2781d1f9
1 changed files with 5 additions and 12 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,12 +1,5 @@
|
||||||
sudo: required
|
import:
|
||||||
services:
|
- source: pi-hole/pi-hole:/shared-configs:core.yml@main
|
||||||
- docker
|
if: branch = master
|
||||||
language: python
|
- source: pi-hole/pi-hole:/shared-configs:core.yml@main
|
||||||
python:
|
if: branch != master
|
||||||
- "3.6"
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
|
|
||||||
script:
|
|
||||||
# tox.ini handles setup, ordering of docker build first, and then run tests
|
|
||||||
- tox
|
|
||||||
|
|
Loading…
Reference in a new issue