Skip to content

Commit

Permalink
Run 23.0 on Travis (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis authored May 15, 2020
1 parent a13dd1a commit 8bed469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: erlang
script: make all

_latest_otp_release: &latest_otp_release
otp_release: 22.3
otp_release: 23.0

jobs:
include:
Expand All @@ -20,6 +20,7 @@ jobs:
language: erlang
<<: *latest_otp_release
script: make test-examples
- otp_release: 23.0
- otp_release: 22.3
- otp_release: 22.0
- otp_release: 21.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ incompatibilities between the two tools by now.
<!-- Badges (alphabetically) -->
[codecov badge]: https://codecov.io/gh/proper-testing/proper/branch/master/graph/badge.svg
[commit badge]: https://img.shields.io/github/last-commit/proper-testing/proper.svg?style=flat-square
[erlang versions badge]: https://img.shields.io/badge/erlang-19.0%20to%2022.3-blue.svg?style=flat-square
[erlang versions badge]: https://img.shields.io/badge/erlang-19.0%20to%2023.0-blue.svg?style=flat-square
[license badge]: https://img.shields.io/github/license/proper-testing/proper.svg?style=flat-square
[release badge]: https://img.shields.io/github/release/proper-testing/proper.svg?style=flat-square
[travis badge]: https://img.shields.io/travis/proper-testing/proper/master.svg?style=flat-square

0 comments on commit 8bed469

Please sign in to comment.