From e165ef2ec3d641153d524aa4f69fdbe7de8ad864 Mon Sep 17 00:00:00 2001 From: falood Date: Fri, 16 Aug 2024 12:52:36 +0900 Subject: [PATCH] update readme --- .travis.yml | 17 ----------------- README.md | 7 ++++++- 2 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dfa93f7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: elixir -elixir: - - 1.3.4 - - 1.4.1 -otp_release: - - 18.3 - - 19.2 - -sudo: false - -before_script: - - MIX_ENV=test mix do deps.get -script: - - MIX_ENV=test mix test - - MIX_ENV=test mix dialyzer -after_script: - - MIX_ENV=test mix coveralls.travis diff --git a/README.md b/README.md index 53e7187..40d7528 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ Maru.Entity > Parallelizable serializer inspired by [grape-entity](https://github.com/ruby-grape/grape-entity). -[![Build Status](https://img.shields.io/travis/elixir-maru/maru_entity.svg?style=flat-square)](https://travis-ci.org/elixir-maru/maru_entity) +[![Module Version](https://img.shields.io/hexpm/v/maru_entity.svg)](https://hex.pm/packages/maru_entity) +[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/maru_entity/) +[![Total Download](https://img.shields.io/hexpm/dt/maru_entity.svg)](https://hex.pm/packages/maru_entity) +[![License](https://img.shields.io/hexpm/l/maru_entity.svg)](https://github.com/elixir-maru/maru_entity/blob/master/LICENSE) +[![Last Updated](https://img.shields.io/github/last-commit/elixir-maru/maru_entity.svg)](https://github.com/elixir-maru/maru_entity/commits/master) +[![CI](https://github.com/elixir-maru/maru_entity/actions/workflows/ci.yml/badge.svg)](https://github.com/elixir-maru/maru_entity/actions) [![Coveralls](https://img.shields.io/coveralls/elixir-maru/maru_entity.svg?style=flat-square)](https://coveralls.io/github/elixir-maru/maru_entity) ### Usage