diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-05 18:29:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 18:29:58 -0400 |
commit | 59a99a704fd22eb1e5b451fbe2d97ae7a6e29d9d (patch) | |
tree | 096db6363e6b67c266cd1a695fa85f8b263aee62 /.travis.yml | |
parent | d457f2af6be3ff75fbe2de32127ce3958bca2c4f (diff) | |
parent | f4f538a89b7f94aef70b8f1a14b73bd0b4a9c228 (diff) |
Merge pull request #1779 from ferd/compact-cth_readable
Officially drop Erlang R16B support—Logger support in cth_readable, and compact CT output
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4755345..1cca5c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: erlang matrix: include: - os: linux - otp_release: R16B03-1 - - os: linux otp_release: 17.5 - os: linux otp_release: 18.3 @@ -44,4 +42,4 @@ deploy: on: repo: erlang/rebar3 branch: master - condition: $TRAVIS_OTP_RELEASE = "R16B03-1" + condition: $TRAVIS_OTP_RELEASE = "17.5" |