.travis.yml 83 B

123456
  1. language: php
  2. php:
  3. - 5.4
  4. - 5.3
  5. before_script:
  6. - composer install --dev