mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 09:35:23 +00:00
21 lines
277 B
YAML
21 lines
277 B
YAML
sudo: false
|
|
language:
|
|
- erlang
|
|
otp_release:
|
|
- 21.0
|
|
- 20.1
|
|
- 20.0
|
|
- 19.3
|
|
- 19.2
|
|
- 19.1
|
|
- 19.0
|
|
- 18.3
|
|
- 18.2
|
|
- 18.1
|
|
- 18.0
|
|
script:
|
|
- LATEST_OTP_RELEASE=21.0
|
|
- "[[ ${TRAVIS_OTP_RELEASE} != ${LATEST_OTP_RELEASE} ]] || make elvis"
|
|
- make
|
|
- make test
|