.travis.yml 232 B

123456789101112131415
  1. language: php
  2. sudo: required
  3. dist: trusty
  4. php:
  5. - 7.0
  6. - 7.1
  7. env:
  8. - V8VER=5.2
  9. - V8VER=5.1
  10. before_install: make -f Makefile.travis before_install
  11. install: make -f Makefile.travis install
  12. script: make -f Makefile.travis test