2017-06-25 18:39:58 +00:00
|
|
|
language: elixir
|
2017-08-09 21:47:00 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
2018-01-19 21:44:04 +00:00
|
|
|
- otp_release: 19.3
|
|
|
|
elixir: 1.6
|
2018-06-29 21:57:54 +00:00
|
|
|
- otp_release: 21.0
|
|
|
|
elixir: 1.6
|
2018-07-27 12:41:20 +00:00
|
|
|
- otp_release: 19.3
|
|
|
|
elixir: 1.7
|
|
|
|
- otp_release: 20.0
|
|
|
|
elixir: 1.7
|
|
|
|
- otp_release: 21.0
|
|
|
|
elixir: 1.7
|
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
|