Skip to content

Commit 2990aa4

Browse files
committed
Merge pull request #5 from mstuart/master
Adding files needed by Travis CI
2 parents 758f51b + 4bdd588 commit 2990aa4

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
- "0.6"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ We love contributions! If you'd like to contribute please submit a pull request
9090

9191
[Mocha](https://github.com/visionmedia/mocha) is used to run our test cases. Please be sure to run these prior to your pull request and ensure nothing is broken.
9292

93+
[![Build Status](https://travis-ci.org/mstuart/JavaScriptButtons.png)](https://travis-ci.org/mstuart/JavaScriptButtons)
94+
9395
## Authors
9496
**Jeff Harrell**
9597
[https://github.com/jeffharrell](https://github.com/jeffharrell)

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"dependencies": {},
1010
"devDependencies": {
1111
"grunt": "*",
12+
"mocha": "*",
1213
"should": "*",
1314
"jsdom": "*"
15+
},
16+
"scripts": {
17+
"test": "mocha"
1418
}
1519
}

0 commit comments

Comments
 (0)