From: krakjoe Date: Thu, 5 Dec 2013 22:59:34 +0000 (+0000) Subject: travis X-Git-Tag: php-5.6.0alpha1~110^2~29^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78a0a2ad7610b7e698cbc2ec988e802333b684cc;p=php travis --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..353402858e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: c + +script: ./travis/ci.sh diff --git a/travis/ci.sh b/travis/ci.sh new file mode 100755 index 0000000000..44d56a01ff --- /dev/null +++ b/travis/ci.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +git clone https://github.com/php/php-src +cd php-src/sapi +git clone https://github.com/krakjoe/phpdbg.git +cd ../ +./buildconf --force +./configure --disable-all --enable-phpdbg --enable-maintainer-zts +make +make test-phpdbg