Parcourir la source

Merge pull request #1541 from erlang/drop-r15

Drop R15 support
pull/1149/merge
alisdair sullivan il y a 8 ans
committed by GitHub
Parent
révision
3491283a9f
2 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. +0
    -2
      .travis.yml
  2. +0
    -3
      src/rebar_prv_common_test.erl

+ 0
- 2
.travis.yml Voir le fichier

@ -1,8 +1,6 @@
language: erlang
matrix:
include:
- os: linux
otp_release: R15B03
- os: linux
otp_release: R16B03-1
- os: linux

+ 0
- 3
src/rebar_prv_common_test.erl Voir le fichier

@ -567,9 +567,6 @@ get_tests_from_specs(Specs) ->
case ct_testspec:collect_tests_from_file(Specs,true) of
Tests when is_list(Tests) ->
{ok,[{S,ct_testspec:prepare_tests(R)} || {S,R} <- Tests]};
R when is_tuple(R), element(1,R)==testspec ->
%% R15
{ok,[{Specs,ct_testspec:prepare_tests(R)}]};
Error ->
Error
end

Chargement…
Annuler
Enregistrer