Skip to content

Commit

Permalink
enable travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
techjacker committed Jul 25, 2013
1 parent 3ae67e5 commit f0b6d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mitsubishi",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Extend function inspired by YUI, coffeescript, typescript and google closure inheritance patterns.",
"keywords": [
Expand Down
7 changes: 1 addition & 6 deletions docs-tmpl/README_header.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://secure.travis-ci.org/techjacker/<!-- @echo name -->.png)](http://travis-ci.org/techjacker/<!-- @echo name -->)

[![Sauce Labs Browser Test Status](https://saucelabs.com/buildstatus/berni_test_os<!-- @echo name -->)](https://saucelabs.com/u/<!-- @echo name -->)
[![Sauce Labs Browser Test Status](https://saucelabs.com/buildstatus/<!-- @echo name -->)](https://saucelabs.com/u/<!-- @echo name -->)
[![Sauce Labs Browser Test Status](https://saucelabs.com/browser-matrix/<!-- @echo name -->.svg)](https://saucelabs.com/u/<!-- @echo name -->)


Expand All @@ -24,11 +24,6 @@ npm install <!-- @echo name -->
```Shell
component install <!-- @echo name -->
```
##### Bower

```Shell
bower install <!-- @echo name -->
```


## Examples
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mitsubishi",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Extend function inspired by YUI, coffeescript, typescript and google closure inheritance patterns.",
"description": "Mixin utilities for extending prototypes",
"keywords": [
"mixin",
"class",
Expand Down

0 comments on commit f0b6d1b

Please sign in to comment.