mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add php timezone setting to travis configuration
This commit is contained in:
@@ -17,6 +17,7 @@ before_script:
|
||||
- mysql -e "source `pwd`/hudson/fixtures.sql"
|
||||
- mysql -e 'SET GLOBAL time_zone = "+02:00";'
|
||||
- mysql -e 'SET @@global.sql_mode= "";'
|
||||
- echo "date.timezone = Europe/Paris" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
- git clone git://github.com/alchemy-fr/Phraseanet-Extension.git
|
||||
- sh -c "cd Phraseanet-Extension && ./configure && make && sudo make install"
|
||||
- echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
|
Reference in New Issue
Block a user