2017-06-25 18:39:58 +00:00
|
|
|
language: elixir
|
2017-08-09 21:47:00 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
2019-03-31 03:24:44 +00:00
|
|
|
- otp_release: 20.0
|
2020-05-11 21:21:20 +00:00
|
|
|
elixir: 1.8
|
|
|
|
- otp_release: 21.0
|
|
|
|
elixir: 1.8
|
2019-07-07 00:08:16 +00:00
|
|
|
- otp_release: 22.0
|
2019-01-17 19:07:58 +00:00
|
|
|
elixir: 1.8
|
2019-07-07 00:08:16 +00:00
|
|
|
- otp_release: 20.0
|
|
|
|
elixir: 1.9
|
|
|
|
- otp_release: 22.0
|
|
|
|
elixir: 1.9
|
2020-02-14 23:05:15 +00:00
|
|
|
- otp_release: 21.0
|
|
|
|
elixir: 1.10
|
|
|
|
- otp_release: 22.0
|
|
|
|
elixir: 1.10
|
2017-06-25 18:39:58 +00:00
|
|
|
sudo: false
|
2017-06-25 22:37:29 +00:00
|
|
|
after_script:
|
|
|
|
- MIX_ENV=docs mix deps.get
|
|
|
|
- MIX_ENV=docs mix inch.report
|
2017-08-11 12:11:37 +00:00
|
|
|
script:
|
2017-08-11 12:15:59 +00:00
|
|
|
- MIX_ENV=test mix coveralls.travis
|
2020-03-19 21:04:17 +00:00
|
|
|
- mix dialyzer
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- priv/plts
|