Facebook-Anonymous-Publisher/shortener

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
# Required to run your project under the correct environment.
language: php

# Versions of PHP you want your project run with.
php:
  - 5.6
  - 7.0
  - 7.1

addons:
  code_climate:
    repo_token: 2cf27a01a6549e67835a5271af77f42c137f05ad918f53dea1ff64183f9c36dd

notifications:
  email: false

# Commands to be run before your environment runs.
before_script:
  - composer self-update
  - composer install --no-interaction

# Commands to be run after your environment runs.
after_script:
  - vendor/bin/test-reporter

# Commands you want to run that will verify your build.
script: vendor/bin/phpunit