diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7a05832..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: elixir - -matrix: - include: - - otp_release: 18.3 - elixir: 1.3 - - otp_release: 19.3 - elixir: 1.3 - - otp_release: 18.3 - elixir: 1.4 - - otp_release: 19.3 - elixir: 1.4 - - otp_release: 20.2 - elixir: 1.4 - - otp_release: 19.3 - elixir: 1.5 - - otp_release: 20.2 - elixir: 1.5 - - otp_release: 20.2 - elixir: 1.6 - - otp_release: 21.0 - elixir: 1.7 - - otp_release: 21.0 - elixir: 1.8 - -env: - GLOBAL: - - MIX_ENV=test - -sudo: false - -after_script: - - mix format --check-formatted - - mix credo - - mix coveralls.travis diff --git a/README.md b/README.md index 1fb7486..d521dd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OAuth2 (Client) -[![Build Status](https://travis-ci.org/scrogson/oauth2.svg?branch=master)](https://travis-ci.org/scrogson/oauth2) +[![Build Status](https://github.com/ueberauth/oauth2/actions/workflows/ci.yml/badge.svg)](https://github.com/ueberauth/oauth2/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/scrogson/oauth2/badge.svg?branch=master&service=github)](https://coveralls.io/github/scrogson/oauth2?branch=master) [![Module Version](https://img.shields.io/hexpm/v/oauth2.svg)](https://hex.pm/packages/oauth2) [![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/oauth2/)