X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;fp=gen_travis_yml.php;h=0000000000000000000000000000000000000000;hp=a5b44201cbea9336e5d31a15b50c3d5c6594f5b5;hb=b79edc51dfb0d34f172a7bb80e7b0f225d95a744;hpb=11075db860470f36eafe93257972e5f7db9632fa diff --git a/gen_travis_yml.php b/gen_travis_yml.php deleted file mode 100755 index a5b4420..0000000 --- a/gen_travis_yml.php +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/env php -# autogenerated file; do not edit -language: c - -addons: - postgresql: 9.4 - apt: - packages: - - php5-cli - - php-pear - - valgrind - -env: - global: - - PQ_DSN="postgres://postgres@localhost/test" - matrix: - ["7.0", "7.1", "7.2", "master"], - "enable_debug", - "enable_maintainer_zts", - "enable_json", -]); -foreach ($env as $e) { - printf(" - %s\n", $e); -} - -?> - -before_script: - - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0 - - make -f travis/pecl/Makefile ext PECL=pq - - psql -U postgres -c "CREATE DATABASE test" - -script: - - make -f travis/pecl/Makefile test - -sudo: false