Merge pull request #3634 from pi-hole/new/move_travis

.travis.yml is now a stub.
pull/3652/head
Dan Schaper 4 years ago committed by GitHub
commit 18fc45c006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save