quality: Update README
This commit is contained in:
parent
f948b0588d
commit
482a08b16c
2 changed files with 12 additions and 3 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue