UNPKG

364 BYAMLView Raw
1language: node_js
2
3# Performance optimization
4git:
5 depth: 10
6cache:
7 directories:
8 - $HOME/.npm
9
10node_js:
11 - 6
12 - 8
13 - 10
14 - 12
15
16before_script:
17 # Ensure that bin script actually runs on used Node.js version
18 # to detect and avoid bugs such as apache/cordova-cli#339
19 # (<https://github.com/apache/cordova-cli/issues/339>)
20 - ./bin/cordova --version