summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-10-28 20:38:09 +0100
committerAndrey Andreev <narf@devilix.net>2014-10-28 20:38:09 +0100
commit2a86f07f4639c0a25df977c00cef23b8f34f9475 (patch)
treea9c8ac9f8385bc039ebf702ff2c3eaa22174dc66 /.travis.yml
parent815ac8a3be770b7de7a805a551f136cc6bb9f83c (diff)
The HHVM build on Travis-CI seems to be misconfigured ...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0131f5ace..25522dd93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ before_script:
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ] || [ '$DB' = 'mysqli' ] || [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi"
-script: phpunit -d zend.enable_gc=0 --coverage-text --configuration tests/travis/$DB.phpunit.xml
+script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --configuration tests/travis/$DB.phpunit.xml
matrix:
allow_failures: