mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
Updated test script
This commit is contained in:
parent
90c16e2a07
commit
d55dfe27dc
@ -1,5 +1,4 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
@ -19,6 +18,7 @@ install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- rm composer.lock
|
||||
- composer update --no-scripts
|
||||
- cp .env.testing .env
|
||||
- php artisan clear-compiled
|
||||
- php artisan optimize
|
||||
- php artisan env
|
||||
|
Loading…
Reference in New Issue
Block a user