From 2836af5da29701aec5c30fae62922828980774dd Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 14 Feb 2014 22:11:13 -0500 Subject: [PATCH] Fix travis path --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bc642a..e97ada1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ before_script: - sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres" - sh -c "psql -c 'create database test;' -U postgres" - sh -c "mysql -e 'create database IF NOT EXISTS test;'" + - sh -c "cd tests" -script: phpunit ./tests/ +script: phpunit matrix: allow_failures: