Blacklist known bad Erlang releases, fixes #1857#1871
Conversation
b260550 to
d8c8d3e
Compare
|
So we have a problem. Travis only has Options:
|
|
Maybe don't halt on 20.3.8 and print the warning if running in Travis? There is |
6d4fd48 to
5f0abfa
Compare
|
I opted to wrap the
|
5f0abfa to
13fee56
Compare
|
I think can simplify the test with: This would take care of 20.2.9.9 type versions. What we are saying there if it's a 20 version, anything less than 20.3.8.11 is no good. Otherwise (>=) it's ok. |
13fee56 to
25d473d
Compare
Some of the changes to
.travis.ymlare temporary - once the test run looks correct, a screenshot of the output will be added and the known-bad versions will be removed.In support of #1870
Closes #1857