firefly-iii/.travis.yml

22 lines
335 B
YAML
Raw Normal View History

language: php
sudo: false
php:
- 5.6
2016-01-10 07:42:51 -06:00
- 7
install:
- composer install --no-dev
2016-02-05 00:24:33 -06:00
- composer update
2015-02-07 03:16:14 -06:00
- php artisan env
2015-03-31 10:49:47 -05:00
- mv -v .env.testing .env
2016-01-17 00:30:14 -06:00
- php artisan env
2016-01-20 03:13:44 -06:00
- touch storage/upload/at-1.data
2016-01-20 03:47:29 -06:00
- touch storage/upload/at-2.data
- touch storage/database/testing.db
2016-01-17 00:30:14 -06:00
- php artisan migrate --seed
script:
2015-05-08 00:48:04 -05:00
- phpunit