diff options
author | Loïc Hoguin <[email protected]> | 2014-06-10 10:37:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-10 10:37:12 +0200 |
commit | fd379c5f74b2a25774bb6ee4e2b6bcc9c06fc6f7 (patch) | |
tree | daab320abbdf561d896fb8ef32b0b1aa023a03d9 /all.sh | |
parent | 6e2645d6ff294bc2f7c17e91a78d30565daf9fa8 (diff) | |
download | ranch-fd379c5f74b2a25774bb6ee4e2b6bcc9c06fc6f7.tar.gz ranch-fd379c5f74b2a25774bb6ee4e2b6bcc9c06fc6f7.tar.bz2 ranch-fd379c5f74b2a25774bb6ee4e2b6bcc9c06fc6f7.zip |
Update the list of tested releases
Diffstat (limited to 'all.sh')
-rwxr-xr-x | all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh KERL_INSTALL_PATH=~/erlang -KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03 maint master" +KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 maint master" make build-tests |