Merge pull request #86 from paulo-ferraz-oliveira/feature/gha_in_readme

Adapt README.md to move from Travis CI to GitHub Actions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7287027..5e0d85d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,5 @@
 ---
-name: CI for recon
+name: build
 on:
   push:
     branches:
diff --git a/README.md b/README.md
index 63b9deb..86d97b1 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 Current Status
 --------------
 
-[![Build Status](https://travis-ci.org/ferd/recon.png)](https://travis-ci.org/ferd/recon)
+[![Build Status](https://github.com/ferd/recon/workflows/build/badge.svg)](https://github.com/ferd/recon)
 
 Versions supported: OTP-17 and up. Support of R16B03-1 down to R15B02 is best effort. Builds with Rebar3 require OTP-17.1 and up because that's what the tool supports.