0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Add 17.0 and 17.0_native to the list of tested releases

This commit is contained in:
Loïc Hoguin 2014-04-11 15:43:52 +02:00
parent 71b8316b0d
commit e553323671

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-1 maint master" KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 17.0_native maint master"
make build-tests make build-tests