Skip to content

Instantly share code, notes, and snippets.

@ifedyukin
Created March 27, 2017 14:56
Embed
What would you like to do?
language: node_js
node_js:
- '6.2'
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm install
- npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment