.travis.yml 366 B

12345678910111213
  1. language: php
  2. before_script:
  3. - git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter
  4. - mv ../hotspot_ynh hotspot_ynh
  5. script:
  6. - ./package_linter.py hotspot_ynh
  7. notifications:
  8. email: false
  9. irc:
  10. on_success: always
  11. on_failure: always
  12. channels:
  13. - "irc.geeknode.org#labriqueinter.net-dev"