UNPKG

194 BYAMLView Raw
1language: node_js
2node_js:
3 - "4.1"
4 - "5.1"
5script:
6 - npm install
7 - npm run test
8install:
9 - export DISPLAY=':99.0'
10 - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
11 - npm install
12
\No newline at end of file