Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -17,9 +17,7 @@ addons: | ... | @@ -17,9 +17,7 @@ addons: |
| 17 | 17 | ||
| 18 | before_script: | 18 | before_script: |
| 19 | - mysql -u root -e 'create database `bookstack-test`;' | 19 | - mysql -u root -e 'create database `bookstack-test`;' |
| 20 | - - composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN | ||
| 21 | - phpenv config-rm xdebug.ini | 20 | - phpenv config-rm xdebug.ini |
| 22 | - - composer self-update | ||
| 23 | - composer dump-autoload --no-interaction | 21 | - composer dump-autoload --no-interaction |
| 24 | - composer install --prefer-dist --no-interaction | 22 | - composer install --prefer-dist --no-interaction |
| 25 | - php artisan clear-compiled -n | 23 | - php artisan clear-compiled -n | ... | ... |
-
Please register or sign in to post a comment