From 6361756d81999fb4979e5903cd6012c13d5fffab Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 8 Apr 2016 00:56:44 +0200 Subject: [PATCH] Update README and add travis --- .travis.yml | 5 +++++ README.md | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6a05efc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - "4.0" +before_script: + - npm run build \ No newline at end of file diff --git a/README.md b/README.md index c0d8523..7561193 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# Cimice +# [Cimice](http://artf.github.io/cimice) + +[![Build Status](https://travis-ci.org/artf/cimice.svg?branch=master)](https://travis-ci.org/artf/cimice) Cimice is an experimental user session recorder. The goal is to recreate, at least in part, the core function of already popular cloud services available online ([see below](#cool-cloud-services)). +

Cimice

+ + ## Features * Built-in support for `click`, `mousemove`, `scroll` and `resize` events