8 lines
211 B
YAML
8 lines
211 B
YAML
language: erlang
|
|
script: "make test"
|
|
otp_release:
|
|
- 23.0
|
|
- 22.3
|
|
- 21.3
|
|
- 20.3
|
|
before_script: "sudo apt-get --yes --force-yes install libpam-runtime python-software-properties software-properties-common"
|