Skip to content

Commit

Permalink
before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Sep 2, 2015
1 parent 731a197 commit ae0346a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Expand Up @@ -7,15 +7,8 @@ after_script:

env:
global:
- SAUCE_USERNAME='legomushroom-dev'
- SAUCE_ACCESS_KEY='abb1e109-1def-45c5-bb30-53e256d9f889'
- SAUCE_USERNAME='legomushroom'
- SAUCE_ACCESS_KEY='6982f2ea-fd37-453f-9cc6-58ea67254b66'

notifications:
slack: mojs:n6WXx45anfQn03fJu5Yw0Btt
webhooks:
urls:
- https://webhooks.gitter.im/e/64e4b293f47c28c8c3c1
- https://webhooks.gitter.im/e/71f80b0a176a6ae97004
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
slack: mojs:n6WXx45anfQn03fJu5Yw0Btt
7 changes: 4 additions & 3 deletions readme.md
@@ -1,11 +1,12 @@
# mo · js [![Build Status](https://travis-ci.org/legomushroom/mojs.svg?branch=dev)](https://travis-ci.org/legomushroom/mojs) [![Coverage Status](https://coveralls.io/repos/legomushroom/mojs/badge.svg?branch=dev)](https://coveralls.io/r/legomushroom/mojs?branch=dev) [![unstable](https://img.shields.io/badge/stability-unstable-yellow.svg)](http://github.com/badges/stability-badges) [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=legomushroom&url=https://github.com/legomushroom/mojs&title=motion%20graphics%20for%20the%20web&language=javascript&tags=github&category=software)
# mo · js [![Build Status](https://travis-ci.org/legomushroom/mojs.svg?branch=master)](https://travis-ci.org/legomushroom/mojs) [![Coverage Status](https://coveralls.io/repos/legomushroom/mojs/badge.svg?branch=master)](https://coveralls.io/r/legomushroom/mojs?branch=master) [![unstable](https://img.shields.io/badge/stability-unstable-yellow.svg)](http://github.com/badges/stability-badges) [![mojs channel on slack](https://img.shields.io/badge/slack-mojs%20channel-61DAAA.svg?style=flat)](https://mojs.slack.com/messages/mojs/)

#### motion graphics toolbelt for the web

[![Sauce Test Status](https://saucelabs.com/browser-matrix/legomushroom-dev.svg)](https://saucelabs.com/u/legomushroom-dev)
[![Sauce Test Status](https://saucelabs.com/browser-matrix/legomushroom.svg)](https://saucelabs.com/u/legomushroom)

## Demos
[[motion graphics for the web](http://codepen.io/sol0mka/full/ogOYJj/)]
[[bubble layout](http://codepen.io/sol0mka/full/yNOage/)]

## Important note
The library is under active development. APIs should be considered `[unstable]` and can be changed drastically.
Expand Down Expand Up @@ -38,4 +39,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit ae0346a

Please sign in to comment.