settermjd/podcast-site

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - 5.5
  - 5.6
before_install:
  - composer self-update
  - composer validate
install:
  - composer install
before_script:
  - phpenv config-add phpconfig.ini
script:
  - bin/codecept run
notfications:
  email:
    on_success: always
    on_failure: always