seeder-migration-issues
This commit is contained in:
14
vendor/brozot/laravel-fcm/.travis.yml
vendored
Normal file
14
vendor/brozot/laravel-fcm/.travis.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --no-interaction
|
||||
|
||||
script:
|
||||
- phpunit --coverage-clover build/logs/clover.xml
|
||||
|
||||
after_success:
|
||||
- travis_retry php vendor/bin/coveralls
|
Reference in New Issue
Block a user