UNPKG

teletype-client-modified

Version:

I have modified the library developed by Atom to make it compatible with non-browser facility. I am using it only for experimentation purposes. I will remove this package post my experiment and raise a PR at Atom to finally merge this package so that this

26 lines (19 loc) 444 B
language: node_js node_js: - "8" notifications: email: on_success: never on_failure: change services: - postgresql env: global: - DISPLAY=:99.0 before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: - 'createdb teletype-server-test' - 'cp .env.example .env' git: depth: 10