diff mbox series

[v3,2/2] travis: remove Automated.h fix, now handled in ODP source

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

Commit Message

Github ODP bot Dec. 22, 2017, 3 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 364 (lumag:fix-cunit-automated)
 ** https://github.com/Linaro/odp/pull/364
 ** Patch: https://github.com/Linaro/odp/pull/364.patch
 ** Base sha: 4c4052f894b8df5784d2aae2e36b96796ee020fd
 ** Merge commit sha: 4f664ef2093e4ae0db2c05c8ee08a1b39ae42f43
 **/
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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