.travis.yml 319 B

1234567891011121314
  1. language: php
  2. php:
  3. - 5.6
  4. - 7.0
  5. - 7.1
  6. before_script:
  7. - printf "\n" | pecl install imagick
  8. - phantomjs --webdriver=4444 --ignore-ssl-errors=true >/dev/null 2>&1 &
  9. - composer install
  10. - php vendor/bin/codecept build -c test/integration/
  11. script: php vendor/bin/codecept run -c test/integration/