Stop Travis from optimising.

This commit is contained in:
James Cole 2018-03-08 06:13:06 +01:00
parent f68a307eeb
commit bc32bc8831
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -12,7 +12,6 @@ install:
- composer update --no-scripts
- cp .env.testing .env
- php artisan clear-compiled
- php artisan optimize
- php artisan env
- cp .env.testing .env
- wget -q https://github.com/firefly-iii/test-data/raw/master/storage/database.sqlite -O storage/database/database.sqlite