quality: Update README

This commit is contained in:
Eishun Kondoh 2019-04-23 12:40:24 +09:00
parent f948b0588d
commit 482a08b16c
2 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,13 @@
language: elixir
elixir:
- 1.8.1
- 1.8.1
otp_release:
- 21.0
script: mix test
- 21.0
script:
- MIX_ENV=test mix do compile --warnings-as-errors, coveralls.json
after_success:
- bash <(curl -s https://codecov.io/bash)