Files
firefly-iii/.travis.yml

26 lines
458 B
YAML
Raw Normal View History

language: php
sudo: false
php:
2016-01-10 14:42:51 +01:00
- 7
2016-02-05 19:27:52 +01:00
before_script:
- phpenv config-rm xdebug.ini
install:
2016-02-05 07:31:22 +01:00
- composer selfupdate
- rm composer.lock
2016-02-05 19:16:42 +01:00
- composer update --no-scripts
- php artisan clear-compiled
- php artisan optimize
2015-02-07 10:16:14 +01:00
- php artisan env
2015-03-31 17:49:47 +02:00
- mv -v .env.testing .env
2016-01-17 07:30:14 +01:00
- php artisan env
2016-01-20 10:13:44 +01:00
- touch storage/upload/at-1.data
2016-01-20 10:47:29 +01:00
- touch storage/upload/at-2.data
- touch storage/database/testing.db
2016-01-17 07:30:14 +01:00
- php artisan migrate --seed
script:
2016-02-05 18:53:31 +01:00
- phpunit