Remove non-functional travisci

Travis CI times out and as this repository will moved to Gitlab in the
future Github Actions will do for now.
This commit is contained in:
Jelle van der Waa 2020-12-30 21:36:25 +01:00
parent 238ff25ad0
commit d7cc68b1eb
No known key found for this signature in database
GPG Key ID: C06086337C50773E
3 changed files with 1 additions and 18 deletions

View File

@ -8,4 +8,3 @@ omit =
env*
settings.py
local_settings.py
/home/travis/virtualenv*

View File

@ -1,14 +0,0 @@
dist: xenial
language: python
python:
- "3.7"
cache: pip
install: "pip install -r requirements.txt && pip install coveralls flake8"
script:
- python manage.py collectstatic --noinput
- coverage run --rcfile .coveragerc manage.py test
- flake8 --exclude "*/migrations/" devel main mirrors news packages releng templates todolists visualize *.py
after_success:
- coveralls

View File

@ -1,8 +1,6 @@
# Archweb README
[![Actions Status](https://github.com/archlinux/archweb/workflows/Github-Actions/badge.svg)](https://github.com/archlinux/archweb/actions)
[![Build Status](https://travis-ci.com/archlinux/archweb.svg?branch=master)](https://travis-ci.com/archlinux/archweb)
[![Coverage Status](https://coveralls.io/repos/github/archlinux/archweb/badge.svg?branch=master)](https://coveralls.io/github/archlinux/archweb?branch=master)
[![Build Status](https://github.com/archlinux/archweb/workflows/Github-Actions/badge.svg)](https://github.com/archlinux/archweb/actions)
To get a pretty version of this document, run