Remove last traces of Travis CI

* The build status badge is now for GitHub Actions.
* The documentation now mentions GitHub instead.
* Warnings in the YAML file have been fixed or ignored.
This commit is contained in:
w0rp
2021-01-27 20:11:46 +00:00
parent bafe1c0fd6
commit 82c8e3a3a3
4 changed files with 16 additions and 13 deletions

View File

@@ -1,11 +1,12 @@
---
name: CI
on:
on: # yamllint disable-line rule:truthy
push:
branches: [ master ]
branches: [ master ] # yamllint disable-line rule:brackets
tags:
- /^v\d+\.\d+\.(x|\d+)$/
pull_request:
branches: [ master ]
branches: [ master ] # yamllint disable-line rule:brackets
jobs:
build_image: