вопросы по travis
0
votes
2answers
69 views
php-fpm + nginx на travis
Из-коробки на travisCI nginx и php5-fpm не установлен. Как установить nginx php5-fpm на travis?
0
votes
1answers
32 views
Установить php geoip на travis
На travis не установлен модуль geoip. Как установить geoip на travis? Fatal error: Call to undefined function geoip_record_by_name() in Command line code on line 1 .travis.yml php geoip
0
votes
1answers
98 views
Установить mysql 5.6 на travis
На Travis используется mysql 5.5 (не поддерживает несколько CURRENT_TIMESTAMP полей). Как проще всего на travis установить mysql 5.6? ERROR 1293 (HY000) at line 1: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAM…
0
votes
1answers
0
votes
1answers
Travis Ошибка Class 'PHPUnit_Framework_TestCase' not found
На travis CI начали фейлиться билды на php 7 (php 7.0, php 7.1). На остальных версиях включая hhvm всё ок. На php 7 возникает ошибка: PHP Fatal error: Class 'PHPUnit_Framework_TestCase' not found