diff --git a/.travis.yml b/.travis.yml index b57d83b..c8e1ece 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ otp_release: - 19.2 script: - mix test - - mix credo --strict + - MIX_ENV=test mix credo --strict diff --git a/README.md b/README.md index a70de14..7e55cae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vivid +[![Build Status](https://travis-ci.org/jamesotron/vivid.ex.svg?branch=master)](https://travis-ci.org/jamesotron/vivid.ex) + Vivid is a simple 2D rendering library. I plan to use it to render polygons for display on a @@ -120,4 +122,4 @@ Font use restrictions: ## Status -This library is still experimental, but what few features it has work well. \ No newline at end of file +This library is still experimental, but what few features it has work well.