diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ec43125
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - "0.11"
+ - "0.10"
+ - "0.8"
+ - "0.6"
\ No newline at end of file
diff --git a/README.md b/README.md
index 21bab90..349b563 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
![decimal.js](https://raw.githubusercontent.com/MikeMcl/decimal.js/gh-pages/decimaljs.png)
An arbitrary-precision Decimal type for JavaScript.
-
+
+[![Build Status](https://travis-ci.org/MikeMcl/decimal.js.svg)](https://travis-ci.org/MikeMcl/decimal.js)
## Features
@@ -190,7 +191,7 @@ The *decimal.min.js* already present was created with *Microsoft Ajax Minifier 5
Open an issue, or email
Michael M8ch88l@gmail.com
-[Bitcoin](https://bitcoin.org/en/getting-started) donations gratefully received:
+[Bitcoin](https://bitcoin.org/en/getting-started) donation gratefully received:
**1PjzRBjGJycti49AXTiKsdC4PRCnTbyUyf**
Thank you