UNPKG

902 BYAMLView Raw
1language: node_js
2node_js:
3- 6.5.0
4
5cache:
6 directories:
7 - node_modules
8
9# common build steps
10defaults: &defaults
11 script:
12 - npm run demo
13
14jobs:
15 include:
16 # run many jobs to make sure XVFB starts reliably
17 - stage: test
18 <<: *defaults
19 - stage: test
20 <<: *defaults
21 - stage: test
22 <<: *defaults
23 - stage: test
24 <<: *defaults
25 - stage: test
26 <<: *defaults
27 - stage: test
28 <<: *defaults
29 - stage: test
30 <<: *defaults
31 - stage: test
32 <<: *defaults
33 - stage: test
34 <<: *defaults
35 - stage: test
36 <<: *defaults
37 - stage: test
38 <<: *defaults
39 - stage: test
40 <<: *defaults
41 - stage: test
42 <<: *defaults
43 - stage: test
44 <<: *defaults
45 - stage: test
46 <<: *defaults
47 - stage: test
48 <<: *defaults
49 - stage: test
50 <<: *defaults
51 - stage: test
52 <<: *defaults