update readme status badge and CI branch

This commit is contained in:
Tristan Sloughter 2021-01-04 10:18:05 -07:00
parent 45d79af620
commit 2256b68e4f
No known key found for this signature in database
GPG key ID: 6BC93CF674613287
2 changed files with 5 additions and 4 deletions

View file

@ -1,12 +1,12 @@
name: Common Test name: EUnit
on: on:
pull_request: pull_request:
branches: branches:
- 'main' - 'master'
push: push:
branches: branches:
- 'main' - 'master'
jobs: jobs:
build: build:

View file

@ -3,7 +3,8 @@ Erlware Commons
Current Status Current Status
-------------- --------------
[![Build Status](https://secure.travis-ci.org/erlware/erlware_commons.png)](http://travis-ci.org/erlware/erlware_commons)
![Tests](https://github.com/erlware/erlware_commons/workflows/EUnit/badge.svg)
Introduction Introduction
------------ ------------