update build-status badge to github actions

This commit is contained in:
Дамјан Георгиевски 2020-09-20 03:15:17 +02:00
parent 682ad97a07
commit 570c4003c1

View file

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/gdamjan/http-server-rs.svg?branch=master)](https://travis-ci.org/gdamjan/http-server-rs)
[![Build Status](https://github.com/gdamjan/http-server-rs/workflows/build%20test%20lint/badge.svg)](https://github.com/gdamjan/http-server-rs/actions/)
A simple http server like `python -m http.server` but: