From e4dc03b50327e78f17e2927c6f5ddf86e4064765 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 22 Mar 2012 15:21:59 -0400 Subject: [PATCH] Update travis file --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82ca948..19c4a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,17 @@ language: php -php: + +phps: - 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 + +script: php ./tests/index.php \ No newline at end of file