UNPKG

363 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
15before_script:
16 # Ensure that bin script actually runs on used Node.js version
17 # to detect and avoid bugs such as apache/cordova-cli#339
18 # (<https://github.com/apache/cordova-cli/issues/339>)
19 - ./bin/cordova --version