mirror of
https://github.com/correl/urilib.git
synced 2024-11-24 19:19:57 +00:00
14 lines
177 B
YAML
14 lines
177 B
YAML
|
sudo: false
|
||
|
language: erlang
|
||
|
otp_release:
|
||
|
- R15B
|
||
|
- R16B03
|
||
|
- 17.5
|
||
|
- 18.0
|
||
|
- 18.1
|
||
|
- 18.2
|
||
|
- 18.2.1
|
||
|
before_script:
|
||
|
- make build-plt
|
||
|
script: make test && make dialyze
|