rdf-ex/.travis.yml

31 lines
858 B
YAML
Raw Normal View History

2017-06-25 18:39:58 +00:00
language: elixir
matrix:
include:
# TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
# - otp_release: 20.0
# elixir: 1.8
2020-05-11 21:21:20 +00:00
- 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
# TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
# - otp_release: 20.0
# elixir: 1.9
2019-07-07 00:08:16 +00:00
- 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
- otp_release: 23.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
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