mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Slightly updated travis file.
This commit is contained in:
parent
bc67113d77
commit
0b08010221
@ -1,13 +1,10 @@
|
|||||||
language: php
|
language: php
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7
|
- 7
|
||||||
before_script:
|
|
||||||
- phpenv config-rm xdebug.ini
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- phpenv config-rm xdebug.ini
|
||||||
- composer selfupdate
|
- composer selfupdate
|
||||||
- rm composer.lock
|
- rm composer.lock
|
||||||
- composer update --no-scripts
|
- composer update --no-scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user