rdf-ex/.travis.yml

24 lines
467 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
2019-07-07 00:08:16 +00:00
- otp_release: 22.0
2018-07-27 12:41:20 +00:00
elixir: 1.7
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