aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
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