Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Sep 15, 2017
1 parent 62dc4af commit 6a27ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -45,8 +45,8 @@ before_script:
- zcat tests/data/mysql/data.sql.gz | mysql -u root phpunit_soluble_schema_db
- mysql -e "SHOW DATABASES;" -u root
- mysql -e "CONNECT phpunit_soluble_schema_db; SHOW TABLES;" -u root
- travis_retry composer self-update
- travis_retry composer --prefer-source --dev install
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit -v --coverage-clover=coverage.xml
- ./vendor/bin/php-cs-fixer --diff --dry-run -v fix
Expand Down

0 comments on commit 6a27ac7

Please sign in to comment.