diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..811124587
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+ - 0.6
+ - 0.8
\ No newline at end of file
diff --git a/README.md b/README.md
index db6b7cd87..f19ff4b93 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# Lo-Dash v0.7.0
+[](http://travis-ci.org/bestiejs/lodash)
A drop-in replacement[*](https://github.com/bestiejs/lodash/wiki/Drop-in-Disclaimer) for Underscore.js, from the devs behind [jsPerf.com](http://jsperf.com), delivering [performance](http://lodash.com/benchmarks), [bug fixes](https://github.com/bestiejs/lodash#resolved-underscorejs-issues), and [additional features](http://lodash.com/#features).
diff --git a/vendor/benchmark.js/README.md b/vendor/benchmark.js/README.md
index 2f7a1326a..fcbab4ebd 100644
--- a/vendor/benchmark.js/README.md
+++ b/vendor/benchmark.js/README.md
@@ -1,4 +1,5 @@
# Benchmark.js v1.0.0
+[](http://travis-ci.org/bestiejs/benchmark.js)
A [robust](http://calendar.perfplanet.com/2010/bulletproof-javascript-benchmarks/ "Bulletproof JavaScript benchmarks") benchmarking library that works on nearly all JavaScript platforms1, supports high-resolution timers, and returns statistically significant results. As seen on [jsPerf](http://jsperf.com/).