0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Add R16B03-1 to the list of releases to test

This commit is contained in:
Loïc Hoguin 2014-02-05 17:34:03 +01:00
parent b09f3a570d
commit 1f5342f3b8

2
all.sh
View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
KERL_INSTALL_PATH=~/erlang KERL_INSTALL_PATH=~/erlang
KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03 maint master" KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03 r16b03-1 maint master"
make build-tests make build-tests