rdf-ex/.travis.yml

20 lines
381 B
YAML
Raw Normal View History

2017-06-25 18:39:58 +00:00
language: elixir
matrix:
include:
2019-03-31 03:24:44 +00:00
- otp_release: 20.0
elixir: 1.6
2018-06-29 21:57:54 +00:00
- otp_release: 21.0
elixir: 1.6
2019-01-17 19:07:58 +00:00
- otp_release: 21.0
2018-07-27 12:41:20 +00:00
elixir: 1.7
- otp_release: 20.0
2019-01-17 19:07:58 +00:00
elixir: 1.8
2018-07-27 12:41:20 +00:00
- otp_release: 21.0
2019-01-17 19:07:58 +00:00
elixir: 1.8
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