UNPKG

scientist.js

Version:

A JavaScript interpretation of the Ruby library Scientist, a library for carefully refactoring critical paths.

14 lines 272 B
language: node_js node_js: - "5.1.0" matrix: allow_failures: - node_js: "5.1.0" fast_finish: true before_install: - "npm install -g gulp" before_script: - "npm install" - "npm install coveralls" script: - "npm run-script test-travis"