UNPKG

812 BYAMLView Raw
1env:
2 DISPLAY: :99.0
3
4task:
5 matrix:
6 - name: node6 (windows)
7 windows_container:
8 dockerfile: .ci/node6/Dockerfile.windows
9 - name: node6 (linux)
10 container:
11 dockerfile: .ci/node6/Dockerfile.linux
12 xvfb_start_background_script: Xvfb :99 -ac -screen 0 1024x768x24
13 install_script: npm install --unsafe-perm
14 test_script: npm run unit-node6
15
16task:
17 matrix:
18 - name: node7 (windows)
19 windows_container:
20 dockerfile: .ci/node7/Dockerfile.windows
21 - name: node7 (linux)
22 container:
23 dockerfile: .ci/node7/Dockerfile.linux
24 xvfb_start_background_script: Xvfb :99 -ac -screen 0 1024x768x24
25 install_script: npm install --unsafe-perm
26 lint_script: npm run lint
27 coverage_script: npm run coverage
28 test_doclint_script: npm run test-doclint