Skip to content

Commit 06ef520

Browse files
committed
Merge branch 'master' of github.com:paypal/JavaScriptButtons
2 parents 4001d7c + c633b7c commit 06ef520

3 files changed

Lines changed: 11 additions & 1 deletion

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@ The JavaScript buttons have been tested and work in all modern browsers includin
8686
* Internet Explorer 7+.
8787

8888

89-
## Contributing
89+
## Contributing [![Build Status](https://travis-ci.org/paypal/JavaScriptButtons.png)](https://travis-ci.org/paypal/JavaScriptButtons)
90+
9091
We love contributions! If you'd like to contribute please submit a pull request via Github.
9192

9293
[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.
9394

95+
9496
## Authors
9597
**Jeff Harrell**
9698
[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)