From 5c6cd2359c5d6ca386079de01868be9643c043f9 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Fri, 14 Feb 2014 00:34:40 -0500 Subject: [PATCH] add travis badge - remove node 0.8 - add node 0.10 --- .travis.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9395b9d..982fee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: node_js node_js: - - 0.8 - - 0.9 + - "0.10" diff --git a/README.md b/README.md index b5fe7cc..09f92b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# localtunnel # +# localtunnel [![Build Status](https://travis-ci.org/defunctzombie/localtunnel.png?branch=master)](https://travis-ci.org/defunctzombie/localtunnel) # localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.