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 fe7a6fb commit ace70a3Copy full SHA for ace70a3
.travis.yml
@@ -12,7 +12,7 @@ services:
12
before_install:
13
- mysql -e 'CREATE DATABASE IF NOT EXISTS travis;'
14
before_script:
15
- - phpenv config-rm xdebug.ini
+# - phpenv config-rm xdebug.ini
16
- cp .env.travis .env
17
- composer install --no-interaction --prefer-dist --no-suggest --verbose
18
- php artisan migrate --seed -v
0 commit comments