jesse/.travis.yml
2018-07-25 21:39:50 +02:00

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