Skip to content

Commit

Permalink
Merge pull request #58 from geekcom/develop
Browse files Browse the repository at this point in the history
suporte a travisCI
  • Loading branch information
geekcom authored Jan 16, 2020
2 parents f24806e + 2854506 commit b60258c
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 b60258c

Please sign in to comment.