説明なし

.travis.yml 201B

123456789101112131415
  1. language: php
  2. php:
  3. - 5.3.3
  4. - 5.4
  5. - 5.5
  6. before_script:
  7. - composer self-update
  8. - composer install --no-interaction --prefer-source --dev
  9. script:
  10. - ant phplint
  11. - ant phpcs
  12. - ant phpunit