alexpts/php-jwt-service

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: php
php:
  - 7.2

before_script:
  - composer self-update
  - composer install

script:
  - phpunit --configuration ./test/phpunit.xml