.travis.yml 270 B

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