Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 5 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 274c28cb..3d80ab6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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/.github:/build-configs/core.yml@main
+ if: branch = master
+ - source: pi-hole/.github:/build-configs/core.yml@latest
+ if: branch != master