Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
language: php
php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - hhvm
before_install:
  - travis_retry composer self-update
script:
  - ./vendor/bin/phpunit --verbose
matrix:
  allow_failures:
    - php: hhvm
    - php: 7.0
  fast_finish: true

 

같이 보기