mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
Update travis configuration.
This commit is contained in:
parent
e4ecd0b7ff
commit
ff4e1838bc
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
|
Loading…
Reference in New Issue
Block a user