blob: 4105e072a9038e3c461d5e4df3d67ad1580af3a7 [file] [log] [blame]
language: node_js
# Performance optimization
git:
depth: 10
cache:
directories:
- $HOME/.npm
node_js:
- "6"
- "8"
- "10"
before_script:
# Ensure that bin script actually runs on used Node.js version
# to detect and avoid bugs such as apache/cordova-cli#339
# (<https://github.com/apache/cordova-cli/issues/339>)
- ./bin/cordova --version