Dropped create database, seems it already exists
Unsure why it was documented that way in the travis-ci docs if it already existed.
This commit is contained in:
parent
51467a60f7
commit
e662b8f2cd
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ before_script:
|
|||
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- echo "zend_extension = test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||
- mysql -e 'create database test;'
|
||||
- mysql test < tests/schema.sql
|
||||
- mkdir -p vendors/build/logs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue