PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of james doe   Web Push Notifications PHP Sender   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Web Push Notifications PHP Sender
Send push notifications for Web sites
Author: By
Last change:
Date: 6 years ago
Size: 772 bytes
 

Contents

Class file image Download
dist: trusty language: php # Downloaded browsers will be cached in selenium-assistant by # web-push-testing-service. Caching will speed up build time. cache: directories: - ~/.selenium-assistant php: - 7.0 - 7.1 - 7.2 env: - TRAVIS_NODE_VERSION="stable" before_install: - nvm install node install: - npm install https://github.com/GoogleChromeLabs/web-push-testing-service -g before_script: - composer install --prefer-source -n - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start || echo \"Unable to start virtual display.\"" - sleep 3 # give xvfb some time to start script: - web-push-testing-service start example -p 9012 - php ./vendor/phpunit/phpunit/phpunit -c phpunit.travis.xml - web-push-testing-service stop example