From 56ad6af5b227a89deaff07c0328ccf3d2bea9273 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 29 Sep 2012 15:49:17 -0700 Subject: [PATCH] Add travis integration. Former-commit-id: 293478e5175ff94dab92bc340034d8d83e3e4773 --- .travis.yml | 4 ++++ README.md | 1 + vendor/benchmark.js/README.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 .travis.yml 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 +[![build status](https://secure.travis-ci.org/bestiejs/lodash.png)](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 +[![build status](https://secure.travis-ci.org/bestiejs/benchmark.js.png)](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/).