Skip to content

Commit

Permalink
fix braces
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Jul 7, 2018
1 parent c51bf2f commit 3c9ad4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -27,8 +27,8 @@ install:
- composer require --dev --update-with-dependencies johnpbloch/wordpress:$WP_VERSION wp-phpunit/wp-phpunit:$WP_VERSION

before_script:
- mysql -u root -e "GRANT ALL PRIVILEGES ON ${WP_DB_NAME}.* TO ${WP_DB_USER} IDENTIFIED BY '{$WP_DB_PASS}';"
- mysql -u root -e "CREATE DATABASE {$WP_DB_NAME};"
- mysql -u root -e "GRANT ALL PRIVILEGES ON ${WP_DB_NAME}.* TO ${WP_DB_USER} IDENTIFIED BY '${WP_DB_PASS}';"
- mysql -u root -e "CREATE DATABASE ${WP_DB_NAME};"
- mkdir -p build/logs

script: composer test
Expand Down

0 comments on commit 3c9ad4d

Please sign in to comment.