Skip to content

Commit

Permalink
Specify build matrix "dist" for old OTP releases
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed Jul 16, 2019
1 parent 9f9d050 commit 9f12300
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
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

matrix:
include:
- otp_release: 21.0
- otp_release: 20.1
- otp_release: 20.0
- otp_release: 19.3
- otp_release: 19.2
dist: trusty
- otp_release: 19.1
dist: trusty
- otp_release: 19.0
dist: trusty
- otp_release: 18.3
dist: trusty
- otp_release: 18.2
dist: trusty
- otp_release: 18.1
dist: trusty
- otp_release: 18.0
dist: trusty
script:
- LATEST_OTP_RELEASE=21.0
- "[[ ${TRAVIS_OTP_RELEASE} != ${LATEST_OTP_RELEASE} ]] || make elvis"
Expand Down

0 comments on commit 9f12300

Please sign in to comment.