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