mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 11:43:53 -06:00
16 lines
148 B
YAML
16 lines
148 B
YAML
language: php
|
|
sudo: false
|
|
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
|
|
install:
|
|
- composer update
|
|
- php artisan env
|
|
- mv -v .env.testing .env
|
|
|
|
script:
|
|
- phpunit
|