firefly-iii/.travis.yml

18 lines
294 B
YAML
Raw Normal View History

2016-11-19 09:03:59 -06:00
language: php
sudo: false
php:
2016-11-19 09:07:02 -06:00
- '7.0'
2016-11-19 09:03:59 -06:00
install:
- phpenv config-rm xdebug.ini
- composer selfupdate
- rm composer.lock
- composer update --no-scripts
- php artisan clear-compiled
- php artisan optimize
- php artisan env
2016-11-19 09:28:04 -06:00
- ./test.sh -r
2016-11-19 09:17:04 -06:00
- php artisan env
2016-11-19 09:03:59 -06:00
script:
- phpunit