From 4a581b5617df36627c4be04c7777e5eeb3c44a89 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 22 Mar 2012 15:07:27 -0400 Subject: [PATCH] Start of CI config --- .gitignore | 1 - .travis.yml | 14 ++++++++++++++ README.md | 2 ++ tests/test_dbs/FB_TEST_DB.FDB | Bin 802816 -> 802816 bytes 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index 8d37fcd..0d6e339 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ test_config.json -tests/simpletest/* index.html diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..82ca948 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: php +php: + - 5.2 + - 5.3 + - 5.4 +env: + - DB=mysql + - DB=pgsql + - DB=sqlite +before_script: + - mysql -e 'CREATE DATABASE test;' + - psql -c 'CREATE DATABASE test;' -U postgres +script: 'php ./tests/index.php' + \ No newline at end of file diff --git a/README.md b/README.md index 91d86f1..49a3f40 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A query builder/abstraction layer, using prepared queries for security. +[![Build Status](https://secure.travis-ci.org/timw4mail/Query.png)](http://travis-ci.org/timw4mail/Query) + ## Requirements * Pdo extensions for the databases you wish to use (unless it's Firebird, in which case, the interbase extension is required) * PHP 5.2+ diff --git a/tests/test_dbs/FB_TEST_DB.FDB b/tests/test_dbs/FB_TEST_DB.FDB index b725d4dfdc349464398a3f2528e1ae4eb12a280a..f8b2eb7d4a50a2497933a35c5eb9e68775c90e6d 100755 GIT binary patch delta 1137 zcmZvbOK1~O6o${eP5Q{m*h{2hueKz%NlJY+7?p}xsTQRLA0S0^Q^AEGv|tyy(jYPm z1wmY#g&PHN;X-^svn#lhBDfV7l7}WWVlC)G!HQ=lb7%~iVIJSyGyi|j%ztyaOfHu> zpcAT(4v(E}kaGs$tTO};qbYwZ%N%u*_fGff9hR;aaFCWNn9|!VEfsK5 z4_P`?#ob;%-dr^wd|lI!$)@<(qW?^R>ID#H;(dMGdqcrq=(qIj6UM3b1&4K?rIj-4 zTT8pj*he>N7;9y+xyeLWOoYY6SXx|W-ELohfW8$lt)rG^zqW27(xfje`of~G8=Fw| zCe&ZLP{SjcKl~9IKZvks35(WGdQ`>)eO$(2^@EBfoKmZlC}BUHuVON@(j+G=a>624 zp%+z_`0ObS((fXsRjEF)LX(oPC<%+w`}K*@Y6T-yE8#dDtn%G(348K9JtrLV^6jem{CLtK-64dH1n zRcpYBp~82J>*Ibdv$R;mP5M}n%cFiS6LhkS8(QUNyz#%Xl(642+X)9Ps{_G*eOlyj xjt1e}7ld=H)H#MG5B`~bh|nfJhyFt9d!Y4_G$-U?(EmmGXweu0=PO$Aux5{wm+mxn|)7(CzvO= zC%Qb5@I<#K3{RMz=uO32nO3icuhbIExgjgSN&4kIW(aVG+->t$K1sRlmN%i`)~xudp=vli14 zla82lj{;qhJ&d$%HPEGRnQe;7!>A&R$vaWGD(yjZF7-|v&efebU_BR@O9vf2+WDuj RMV+7=YpnErOjTNV^Dlfn?Hm9A