.travis.yml 429 B

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