Created
March 27, 2017 14:56
-
-
Save ifedyukin/a556d84cf1115e685291e358d611e2f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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