File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.6
5- - 7.0
6- - 7.1
4+ - 5.6
5+ - 7.0
6+ - 7.1
77
88matrix :
9- allow_failures :
10- - php : 5.6
9+ allow_failures :
10+ - php : 5.6
1111
1212env :
13- - MYSQL_HOST=127.0.0.1 MYSQL_USER=root
13+ - MYSQL_HOST=127.0.0.1 MYSQL_USER=root
1414
1515services :
16- - mysql
16+ - mysql
1717
1818before_script :
19- - composer self-update
20- - composer require php-coveralls/php-coveralls
21- - mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
22- - mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
19+ - composer self-update
20+ - composer require php-coveralls/php-coveralls
21+ - mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
22+ - mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
2323
2424after_success :
25- - bash <(curl -s https://codecov.io/bash)
25+ - bash <(curl -s https://codecov.io/bash)
2626
2727script :
28- - vendor/bin/phpunit --coverage-clover=coverage.xml
28+ - vendor/bin/phpunit --coverage-clover=coverage.xml
You can’t perform that action at this time.
0 commit comments