.travis.yml 575 B

1234567891011121314151617181920
  1. language: php
  2. env:
  3. - OPCODE_CACHE=apc
  4. #- OPCODE_CACHE=xcache
  5. php:
  6. - 5.3
  7. - 5.4
  8. before_script:
  9. - php tests/ci_depends.php $OPCODE_CACHE
  10. # - cd ../ && git clone git://github.com/UnionOfRAD/li3_quality.git && cd lithium
  11. script:
  12. - console/li3 test --filters=Profiler tests/cases
  13. # - console/li3 test --filters=Profiler tests/cases && cd ../li3_quality && for FILE in $(cd ../lithium/ && git diff-index --name-only --diff-filter=AM HEAD~1); do ../lithium/console/li3 quality syntax ../lithium/${FILE} --silent; done
  14. notifications:
  15. irc: "irc.freenode.org#li3-core"