From 288ac115d07fbb2eb0847e067fbf2764daebf0b5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 22 Jan 2013 22:35:04 -0800 Subject: [PATCH] Avoid buggy Travis-CI Node version in travis.yml. [ci skip] Former-commit-id: be10d0a5144628a98aafdc974febd08592cad30b --- .travis.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 667213d2e..b8aed37d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - 0.6 - - 0.8 + - 0.9 git: depth: 1 branches: diff --git a/README.md b/README.md index b0416a02a..4549dc390 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Lo-Dash v1.0.0-rc.3 +[![build status](https://secure.travis-ci.org/bestiejs/lodash.png)](http://travis-ci.org/bestiejs/lodash) An alternative to Underscore.js, delivering consistency, [customization](https://github.com/bestiejs/lodash#custom-builds), [performance](http://lodash.com/benchmarks), and [extra features](https://github.com/bestiejs/lodash#features).