Remove travis and replace badge with GH actions
Some checks failed
qdate tests and dialyzer / OTP 23.x (push) Has been cancelled
qdate tests and dialyzer / OTP 24.x (push) Has been cancelled
qdate tests and dialyzer / OTP 25.x (push) Has been cancelled
qdate tests and dialyzer / OTP 26.x (push) Has been cancelled
qdate tests and dialyzer / OTP 27.x (push) Has been cancelled

This commit is contained in:
Jesse Gumm 2024-09-05 15:04:50 -05:00
parent 43c1f3412b
commit 108c796687
3 changed files with 1 additions and 11 deletions

View file

@ -1,8 +0,0 @@
language: erlang
script: "make test"
otp_release:
- 23.0
- 22.3
- 21.3
- 20.3
before_script: "sudo apt-get --yes --force-yes install libpam-runtime python-software-properties software-properties-common"

View file

@ -22,8 +22,6 @@ test:
dialyzer: compile
DIALYZER=1 $(REBAR) dialyzer
travis: test dialyzer
dev:
mkdir -p _checkouts
cd _checkouts; git clone https://github.com/choptastic/qdate_localtime

View file

@ -1,6 +1,6 @@
# qdate - Erlang Date and Timezone Library
[![Build Status](https://travis-ci.org/choptastic/qdate.png?branch=master)](https://travis-ci.org/choptastic/qdate)
[![qdate tests and dialyzer](https://github.com/choptastic/qdate/actions/workflows/tests-workflow.yml/badge.svg)](https://github.com/choptastic/qdate/actions/workflows/tests-workflow.yml)
## Purpose