aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-26 09:22:32 +0100
committerDylan Baker <dylan@pnwbakers.com>2020-12-11 13:45:11 -0800
commit8d04b3ce745821b18c78ba5ee19e4f00726d8d89 (patch)
treec2926c692c24754e6d670521c1d812a0f32bfa24 /README.md
parentb65168c558c64cd2af4a9586443c295c5bec1114 (diff)
downloadmeson-8d04b3ce745821b18c78ba5ee19e4f00726d8d89.zip
meson-8d04b3ce745821b18c78ba5ee19e4f00726d8d89.tar.gz
meson-8d04b3ce745821b18c78ba5ee19e4f00726d8d89.tar.bz2
CI: Move all remaining jobs from travis-ci to GHA
Some changes: * Set HOME to /root, since github mounts its own HOME and 'wine' (because of permissions) and 'dub' (can't find packages) don't like that. * Remove the seccomp option, doesn't seem to be needed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53b3e84..dcc2c72 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ build system.
#### Status
[![PyPI](https://img.shields.io/pypi/v/meson.svg)](https://pypi.python.org/pypi/meson)
-[![Travis](https://travis-ci.org/mesonbuild/meson.svg?branch=master)](https://travis-ci.org/mesonbuild/meson)
[![Build Status](https://dev.azure.com/jussi0947/jussi/_apis/build/status/mesonbuild.meson)](https://dev.azure.com/jussi0947/jussi/_build/latest?definitionId=1)
[![Codecov](https://codecov.io/gh/mesonbuild/meson/coverage.svg?branch=master)](https://codecov.io/gh/mesonbuild/meson/branch/master)
[![Code Quality: Python](https://img.shields.io/lgtm/grade/python/g/mesonbuild/meson.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/mesonbuild/meson/context:python)