# Test against this version of Node.js environment: nodejs_version: "6.5" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm install -g cordova@6.4.0 ionic@3.2.0 - npm install build: none # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version # run tests - npm run test-ci - npm run postinstall # this shouldn't be necessary, but it is - npm run e2e