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
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:
parent
43c1f3412b
commit
108c796687
3 changed files with 1 additions and 11 deletions
|
@ -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"
|
|
2
Makefile
2
Makefile
|
@ -22,8 +22,6 @@ test:
|
||||||
dialyzer: compile
|
dialyzer: compile
|
||||||
DIALYZER=1 $(REBAR) dialyzer
|
DIALYZER=1 $(REBAR) dialyzer
|
||||||
|
|
||||||
travis: test dialyzer
|
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
mkdir -p _checkouts
|
mkdir -p _checkouts
|
||||||
cd _checkouts; git clone https://github.com/choptastic/qdate_localtime
|
cd _checkouts; git clone https://github.com/choptastic/qdate_localtime
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# qdate - Erlang Date and Timezone Library
|
# qdate - Erlang Date and Timezone Library
|
||||||
|
|
||||||
[](https://travis-ci.org/choptastic/qdate)
|
[](https://github.com/choptastic/qdate/actions/workflows/tests-workflow.yml)
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue