Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 137B

123456789101112
  1. language: php
  2. php:
  3. - "5.4"
  4. - "5.3"
  5. - "5.5"
  6. - "5.6"
  7. - "7.0"
  8. - "nightly"
  9. - hhvm
  10. script: phpunit .
  11. sudo: false