Browse Source
Merge pull request #1821 from ferd/travis-otp-21.0
Add OTP-21.0 to Travis
pull/1825/head
Fred Hebert
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.travis.yml
|
|
@ -9,6 +9,8 @@ matrix: |
|
|
|
otp_release: 19.3 |
|
|
|
- os: linux |
|
|
|
otp_release: 20.0 |
|
|
|
- os: linux |
|
|
|
otp_release: 21.0 |
|
|
|
- os: osx |
|
|
|
language: generic |
|
|
|
before_script: |
|
|
|