Skip to content

Commit

Permalink
Merge pull request #3 from grimrose/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
twada committed May 17, 2014
2 parents b41f2e6 + bace06a commit 91c13d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.8
- '0.10'
before_script:
- npm install -g grunt-cli
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### 動作環境

* Node.js : 0.8.0以上
* Node.js : 0.10.0以上

### セットアップ

Expand All @@ -32,18 +32,14 @@ $ npm install

```sh
$ grunt test
Running "clean:test" (clean) task

Running "espower:test" (espower) task

Running "mochacli:all" (mochacli) task


Sample
.status
✓ は、trueであるべき
✓ は、trueであるべき
#say()
✓ は、'Hello TDDBC!'が返ってくるべき
✓ は、'Hello TDDBC!'が返ってくるべき


2 passing (8ms)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"main": "lib/sample.js",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 91c13d4

Please sign in to comment.