mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
This should fix the nightly. No more hhvm.
This commit is contained in:
parent
8602febe9d
commit
bc1079364d
@ -3,11 +3,6 @@ php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- nightly
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@ -15,7 +10,8 @@ cache:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
install:
|
||||
- if [[ "$(php -v | grep 'PHP 7')" ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [[ "$(php -v | grep 'PHP 7.0')" ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [[ "$(php -v | grep 'PHP 7.1')" ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- rm composer.lock
|
||||
- composer update --no-scripts
|
||||
- cp .env.testing .env
|
||||
|
Loading…
Reference in New Issue
Block a user