1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-02 00:49:21 +03:00

fix debug in travis conf

This commit is contained in:
Jeka 2012-11-23 11:17:44 +02:00
parent a3cede6521
commit e765eab467

View file

@ -19,7 +19,7 @@ before_script:
# launch apache, MySQL and PHPUnit Selenium installers
- ./tests/travis/apache_setup.sh
- ./tests/travis/mysql_setup.sh
- mysql -u root -e "USE social_test; SHOW TABLES;"
- mysql -u root -e "USE social_test; SHOW TABLES;" | wc -l
- cp ./config/config.test.php.dist config/config.test.php
- cp ./config/config.test.php.dist config/config.local.php
- sudo sed -i s/sql-mode/#sql-mode/ /etc/mysql/my.cnf
@ -28,8 +28,7 @@ before_script:
# get HTML of main page (for debug)
- firefox --version
- wget -O /tmp/livestreet.test http://livestreet.test
- cat /tmp/livestreet.test
- wget -S http://livestreet.test -O /dev/null
# start virtual display
- sh -e /etc/init.d/xvfb start