Skip to content

Commit

Permalink
Add CircleCI config and badge to track test status
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Stolarsky committed Aug 21, 2014
1 parent 2ccf0b0 commit c72cff4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
machine:
node:
version: v0.10.26

dependencies:
pre:
- npm install -g phantomjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"jscs": ">= 1.4.5"
},
"scripts": {
"test": "jake jscs jshint eslint minify less phantomjs-tests"
"test": "jake minify less phantomjs-tests"
}
}
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TinyMCE for Shopify
[![Circle CI](https://circleci.com/gh/Shopify/tinymce/tree/master.png?style=badge)](https://circleci.com/gh/Shopify/tinymce/tree/master)

TinyMCE for Shopify
==========================================
This is a fork of [https://github.com/tinymce/tinymce](TinyMCE) customized to suit Shopify's specific needs.
This is a fork of [https://github.com/tinymce/tinymce](TinyMCE) customized to suit Shopify's specific needs.

Building TinyMCE
-----------------
Expand Down

0 comments on commit c72cff4

Please sign in to comment.