UNPKG

313 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "4.2.4"
5 - "0.12"
6 - "0.10"
7
8matrix:
9 allow_failures:
10
11install:
12 - npm install -g npm@1.4.23
13 - npm --version
14 - npm install
15
16script:
17 - npm test
18
19after_script:
20 - echo "========== test log: ============"
21 - pwd
22 - ls -al
23 - ls -al test/output
24 - cat test/output/*.log