https://github.com/searchkit/searchkit
Raw File
Tip revision: 4c43055ec08991381a7f8bf6f1fa3b519e663672 authored by Joseph McElroy on 08 February 2016, 13:01:25 UTC
Updating to version v0.6.0
Tip revision: 4c43055
circle.yml
general:
  branches:
    ignore:
      - gh-pages

machine:
  node:
    version: 4.2.1

dependencies:
  pre:
   - npm install -g karma-cli
back to top