bickmista/spurl

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 7.0
  - 5.6
  - 5.5
  - 5.4
  - hhvm

before_script:
  - composer selfupdate
  - composer install

matrix:
  fast_finish: true
  allow_failures:
    - php: hhvm