Skip to content

Commit

Permalink
suporte a travisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed Jan 16, 2020
1 parent 09a651e commit 2854506
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php

php:
- 7.4

before_script:
- composer self-update
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader
- composer install --prefer-source --no-interaction --dev

script:
- composer test

after_success:
- php vendor/bin/php-coveralls --verbose

0 comments on commit 2854506

Please sign in to comment.