.travis.yml 225 B

123456789101112
  1. language: php
  2. php:
  3. - 5.6
  4. - 5.5
  5. - 5.4
  6. - 5.3
  7. env:
  8. - V8VER=3.22.22
  9. - V8VER=3.21.12
  10. before_install: make -f Makefile.travis before_install
  11. install: make -f Makefile.travis install
  12. script: make -f Makefile.travis test