From cce9d1490a912df855e01158a19694f4d7a98dbb Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Wed, 4 Nov 2015 20:43:17 -0800 Subject: [PATCH] update travis to node 4 and fix travis badge --- .travis.yml | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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.