UNPKG

johnny-five

Version:

The JavaScript Robotics and Hardware Programming Framework. Use with: Arduino (all models), Electric Imp, Beagle Bone, Intel Galileo & Edison, Linino One, Pinoccio, pcDuino3, Raspberry Pi, Particle/Spark Core & Photon, Tessel 2, TI Launchpad and more!

24 lines (16 loc) 282 B
version: "{build}" clone_depth: 10 environment: matrix: - nodejs_version: 0.10 - nodejs_version: 0.12 install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - npm test cache: - node_modules matrix: fast_finish: true