mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Do not test hhvm. Fix script.
This commit is contained in:
parent
7ec9c090cc
commit
01e3f91ece
@ -2,7 +2,6 @@ language: php
|
||||
sudo: false
|
||||
php:
|
||||
- '7.0'
|
||||
- hhvm
|
||||
|
||||
install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
@ -12,9 +11,8 @@ install:
|
||||
- php artisan clear-compiled
|
||||
- php artisan optimize
|
||||
- php artisan env
|
||||
- mv -v .env.testing .env
|
||||
- php artisan env
|
||||
- ./test.sh --notest --reset
|
||||
- php artisan env
|
||||
|
||||
script:
|
||||
- phpunit
|
Loading…
Reference in New Issue
Block a user