.travis.yml 93 B

12345678
  1. language: php
  2. sudo: false
  3. php:
  4. - 5.5
  5. - 5.6
  6. - 7.0
  7. script:
  8. - cd tst && phpunit