.travis.yml 246 B

123456789101112131415161718
  1. language: php
  2. dist: trusty
  3. php:
  4. - 5.5
  5. - 7.0
  6. - 7.4
  7. script: if find . -name "*.php" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi
  8. branches:
  9. only:
  10. - "master"
  11. notifications:
  12. email: info@ubilling.net.ua