Message ID | 1513954810-13183-3-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v3,1/2] test: workaround buggy CUnit header | expand |
diff --git a/.travis.yml b/.travis.yml index 48e6406c9..25c2d0a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -138,8 +138,6 @@ before_install: curl -sSOL https://github.com/Linaro/libcunit/releases/download/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2 tar -jxf *.bz2 pushd CUnit* - # Using the latest stable CUNIT but new compillers are more strict to functions declaration. - sed -i s/\(\)/\(void\)/g ./CUnit/Headers/Automated.h libtoolize --force --copy aclocal autoheader