diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3b54593..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -dist: xenial -language: elixir -services: - - docker -before_script: - - docker-compose up -d -matrix: - include: - - elixir: "1.6" - script: - - MIX_ENV=test mix do deps.get, credo --strict, test - - elixir: "1.12" - script: - - mix format --check-formatted - - MIX_ENV=test mix do deps.get, credo --strict, test -branches: - only: - - master diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8ad7a..b4a0b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,6 @@ * Added support for ArangoDB JWT authentication via bearer tokens * Breaking changes - * `auth` start option now only accepts `{:basic, username, password}` or `{:bearer, token` + * `auth` start option now only accepts `{:basic, username, password}` or `{:bearer, token}` * No longer authenticates with "root:" by default * Requires Elixir v1.7+. diff --git a/README.md b/README.md index b6c0a39..d599d32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arangox -[![Build Status](https://travis-ci.com/ArangoDB-Community/arangox.svg?branch=master)](https://travis-ci.com/ArangoDB-Community/arangox) +[![](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml/badge.svg?branch=main&event=push)](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml) An implementation of [`DBConnection`](https://hex.pm/packages/db_connection) for [ArangoDB](https://www.arangodb.com). @@ -11,11 +11,11 @@ transactions and streamed cursors. Tested on: -- **ArangoDB** 3.4 - 3.8 -- **Elixir** 1.6 - 1.12 -- **OTP** 20 - 24 +- **ArangoDB** 3.11 +- **Elixir** 1.16 +- **OTP** 26 -[Documentation](https://hexdocs.pm/arangox/readme.html) +[HexDocs](https://hexdocs.pm/arangox/readme.html) ## Examples