.travis.yml 224 B

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