From: Michael Wallner Date: Thu, 22 Sep 2016 06:51:48 +0000 (+0200) Subject: update travis/pecl X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=022dd1456fa0c4c5d415bc52a0cc08bfb28a2bd6 update travis/pecl --- diff --git a/.travis.yml b/.travis.yml index 08d2021..848a362 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # autogenerated file; do not edit language: c -sudo: requried -dist: trusty +sudo: false addons: apt: @@ -12,7 +11,6 @@ addons: - zlib1g-dev - libidn11-dev - libevent-dev - - cppcheck env: - PHP=7.0 enable_debug=no enable_maintainer_zts=no enable_json=no enable_hash=yes enable_iconv=yes diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 505fda5..2a80a37 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,8 +1,7 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: requried -dist: trusty +sudo: false addons: apt: @@ -13,7 +12,6 @@ addons: - zlib1g-dev - libidn11-dev - libevent-dev - - cppcheck env: