0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Use an older Gun version for testing 1.0.x

This commit is contained in:
Loïc Hoguin 2015-07-26 14:59:09 +02:00
parent a997f9e382
commit fbd6ecc6ba

View file

@ -16,6 +16,7 @@ CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP
DEPS = cowlib ranch DEPS = cowlib ranch
TEST_DEPS = ct_helper gun TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper.git master dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_gun = git https://github.com/ninenines/gun 0b2d73c1d70dfe1c291daa3211ace022cfa765a2
# Standard targets. # Standard targets.