diff --git a/.travis.yml b/.travis.yml index 982fee7..9842ff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: node_js +sudo: false node_js: - - "0.10" + - "4" diff --git a/README.md b/README.md index 6f41eb5..b55fe50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# localtunnel [![Build Status](https://travis-ci.org/defunctzombie/localtunnel.png?branch=master)](https://travis-ci.org/defunctzombie/localtunnel) # +# localtunnel + +[![Build Status](https://travis-ci.org/localtunnel/localtunnel.svg?branch=master)](https://travis-ci.org/localtunnel/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.