mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Update travis configuration.
This commit is contained in:
19
.travis.yml
19
.travis.yml
@@ -0,0 +1,19 @@
|
|||||||
|
language: php
|
||||||
|
sudo: false
|
||||||
|
php:
|
||||||
|
- 7
|
||||||
|
|
||||||
|
install:
|
||||||
|
- phpenv config-rm xdebug.ini
|
||||||
|
- composer selfupdate
|
||||||
|
- rm composer.lock
|
||||||
|
- composer update --no-scripts
|
||||||
|
- php artisan clear-compiled
|
||||||
|
- php artisan optimize
|
||||||
|
- php artisan env
|
||||||
|
- mv -v .env.testing .env
|
||||||
|
- php artisan env
|
||||||
|
- test.sh --notest
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit
|
Reference in New Issue
Block a user