emailjs-tcp-socket
Version:
This shim brings the W3C Raw Socket API to node.js and Chromium. Its purpose is to enable apps to use the same api in Firefox OS, Chrome OS, and on the server.
21 lines (19 loc) • 478 B
YAML
language: node_js
dist: trusty
sudo: required
node_js:
- lts/*
notifications:
email:
recipients:
- felix.hammerl@gmail.com
addons:
chrome: stable
before_script:
- export DISPLAY=:99.0
- export CHROME_PATH="$(pwd)/chrome-linux/chrome"
- sh -e /etc/init.d/xvfb start
- sleep 3 # wait for xvfb to boot
- sudo cp crt/rootCA.pem /usr/local/share/ca-certificates/
- sudo cp crt/server.crt /usr/local/share/ca-certificates/
- sudo update-ca-certificates