UNPKG

jasmine-def

Version:

Lazy test subjects for Jasmine inspired by RSpec

17 lines (12 loc) 291 B
language: node_js node_js: - "0.10" install: - npm install -g codeclimate-test-reporter - npm install before_script: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start after_script: - codeclimate-test-reporter < ./coverage/lcov.info