green-spider/.travis.yml
Marian Steinbach 5e8347916c
Fehlerbehebung im url_reachability check (#108)
* Fix detection of redirects to bad domains

* Fix bad domain check

* Add --url flag to spider for faster debugging

* Pass args to make spider

* Add spidering of a single URL for debugging purposes

* Fix tests

* Fix test in CI

* Remove pip upgrade
2019-04-19 00:35:28 +02:00

16 lines
136 B
YAML

sudo: required
services:
- docker
notifications:
email: false
language: python
python:
- "3.6"
script:
- make
- make test