.travis.yml 217 B

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