Skip to content

Commit

Permalink
add OTP 22.1.5 to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Nov 7, 2019
1 parent d398971 commit 656cd2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ language: erlang
otp_release:
- 21.3.8.1
- 22.0.7
- 22.1.5

install: "true"

Expand Down Expand Up @@ -43,7 +44,7 @@ script:
jobs:
include:
- stage: docker
otp_release: 22.0.7
otp_release: 22.1.5
script:
- docker build -t $BUILD_IMAGE -f docker/Dockerfile .
after_success:
Expand Down

0 comments on commit 656cd2f

Please sign in to comment.