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.