We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12cf5 commit c6bc19fCopy full SHA for c6bc19f
.travis.yml
@@ -9,13 +9,14 @@ cache:
9
- build/.composer-cache
10
11
env:
12
- - PHPUNIT_MYSQL_HOSTNAME="127.0.0.1"
13
- - PHPUNIT_MYSQL_DATABASE="travis_test"
14
- - PHPUNIT_MYSQL_USERNAME="travis"
15
- - PHPUNIT_MYSQL_PASSWORD=""
+ global:
+ - PHPUNIT_MYSQL_HOSTNAME="127.0.0.1"
+ - PHPUNIT_MYSQL_DATABASE="travis_test"
+ - PHPUNIT_MYSQL_USERNAME="travis"
16
+ - PHPUNIT_MYSQL_PASSWORD=""
17
18
before_install:
- - mysql -e "CREATE DATABASE `travis_test`;"
19
+ - mysql -e "CREATE DATABASE travis_test;"
20
- export COMPOSER_CACHE_DIR="$(pwd)/build/.composer-cache"
21
- export XDEBUG="/home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini"
22
- mv -v "$XDEBUG" "$XDEBUG.disabled"
0 commit comments