From 58a7b7712a3dd41f1fbf1b05c29a5d4411d31e3b Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 9 Jan 2013 21:04:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a888a93b..82e30d5b 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ This is a static html/js app so you shouldn't need to install anything. cd travis-web open public/index.html -Running locally with a local API server: - - RUN_API=1 bundle exec rackup -p 3000 - Running against existing API endpoint: API_ENDPOINT="https://api.travis-ci.org/" RUN_API=0 bundle exec rackup