diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6ec7a7c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: elixir:latest + +before_script: + - mix local.rebar --force + - mix local.hex --force + - mix deps.get + +mix: + script: + - mix coveralls diff --git a/README.md b/README.md index 8636784..71b4242 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # UnicodeData -[![Build Status](https://travis-ci.org/jbowtie/unicode_data.svg?branch=master)](https://travis-ci.org/jbowtie/unicode_data) -[![codecov](https://codecov.io/gh/jbowtie/unicode_data/branch/master/graph/badge.svg)](https://codecov.io/gh/jbowtie/unicode_data) +[![pipeline status](https://gitlab.com/jbowtie/unicode_data/badges/master/pipeline.svg)](https://gitlab.com/jbowtie/unicode_data/commits/master) +[![coverage report](https://gitlab.com/jbowtie/unicode_data/badges/master/coverage.svg)](https://gitlab.com/jbowtie/unicode_data/commits/master) [![Inline docs](http://inch-ci.org/github/jbowtie/unicode_data.svg)](http://inch-ci.org/github/jbowtie/unicode_data) [![Hex Version](https://img.shields.io/hexpm/v/unicode_data.svg)](https://hex.pm/packages/unicode_data)