UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

21 lines (17 loc) 356 B
environment: matrix: # node.js - nodejs_version: "6" - nodejs_version: "7" - nodejs_version: "8" install: - ps: Install-Product node $env:nodejs_version - set PATH=%APPDATA%\npm;%PATH% - npm install -g npm@5.6.0 - node -v && npm -v - npm install build_script: - npm run build_all test_script: - npm test version: "{build}"