Skip to content

Instantly share code, notes, and snippets.

@ifedyukin
Created March 27, 2017 14:56
Show Gist options
  • Save ifedyukin/a556d84cf1115e685291e358d611e2f1 to your computer and use it in GitHub Desktop.
Save ifedyukin/a556d84cf1115e685291e358d611e2f1 to your computer and use it in GitHub Desktop.
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