From ddac850f1636ad4b413b6f0baddb55b2eaa669fa Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 19 May 2015 09:03:40 -0700 Subject: [PATCH] apparently we only support 0.10 --- .travis.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc4dba29..6e5919de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: node_js node_js: - - "0.8" - "0.10" diff --git a/README.md b/README.md index b19bab70..92e730ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LearnGitBranching +[![Build Status](https://travis-ci.org/pcottle/learnGitBranching.svg?branch=master)](https://travis-ci.org/pcottlele/learnGitBranching) + LearnGitBranching is a git repository visualizer, sandbox, and series of educational tutorials and challenges. Its primary purpose is to help developers understand git through the power of visualization (something that's absent when working on the command line). You can input a variety of commands into LearnGitBranching (LGB) -- as commands are processed, the nearby commit tree will dynamically update to reflect the effects of each command: