Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...) http://blog.slucas.fr/en/oss/calibre-opds-php-server
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.

33 lines
687B

  1. language: php
  2. php:
  3. - 5.6
  4. - 5.5
  5. - 5.4
  6. - 5.3
  7. - hhvm
  8. - 7.0
  9. before_script:
  10. - npm install jshint
  11. - jshint --version
  12. script:
  13. - phpunit
  14. - jshint --verbose --show-non-errors util.js
  15. - php test/coverage-checker.php clover.xml 45
  16. after_success:
  17. - chmod +x test/prepareSauceTest.sh
  18. - test/prepareSauceTest.sh
  19. env:
  20. global:
  21. - SAUCE_USERNAME=seblucas
  22. - secure: VVxocvmz6WYr3tZSTA42M/LUhaHoBWw5onh85hnquoMaxspd3tDCyfQIowTTmEXikRh2T0CkTH7X3dhVwRTd/Ha9isja1qDo9Lc2flGCoWICF7WFZuom084+d+O+EWx4WZMAw4Lz4w6a5xflpPKnzNs9B0+de0BdTlQ5qSXVrcA=
  23. addons:
  24. sauce_connect: true
  25. addons:
  26. hosts:
  27. - cops-travis
  28. sudo: false
  29. matrix:
  30. allow_failures:
  31. - php: hhvm
  32. - php: 7.0