Fix travis path

This commit is contained in:
Timothy Warren 2014-02-14 22:11:13 -05:00
parent 5125ac4e31
commit 2836af5da2
1 changed files with 2 additions and 1 deletions

View File

@ -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: