azure-cli
Version:
Microsoft Azure Cross Platform Command Line tool
25 lines (19 loc) • 313 B
YAML
language: node_js
node_js:
- "4.2.4"
- "0.12"
- "0.10"
matrix:
allow_failures:
install:
- npm install -g npm@1.4.23
- npm --version
- npm install
script:
- npm test
after_script:
- echo "========== test log: ============"
- pwd
- ls -al
- ls -al test/output
- cat test/output/*.log