Files
faveo/vendor/brozot/laravel-fcm/.travis.yml
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30

12 lines
185 B
YAML

language: php
php:
- 5.6
before_script:
- mysql -e 'create database homestead_test;'
- composer self-update
- composer install --no-interaction
script:
- vendor/bin/phpunit