diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-26 21:13:21 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-26 21:13:21 +0200 |
commit | e16192cacc55a6fae356ec27320a5d4e77bd2949 (patch) | |
tree | 61c5d20fae1586ee7e34dc4914ea213123417c4e /.travis.yml | |
parent | 0713b94f5245c9180b58207b661155f084fb493b (diff) |
PDO patch and run the test
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 97ea0422d..38fa7163a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,5 @@ script: phpunit --configuration tests/travis/$DB.phpunit.xml branches: only: - develop - - master
\ No newline at end of file + - master + - pdo-patch
\ No newline at end of file |