apparently we only support 0.10

This commit is contained in:
Peter Cottle 2015-05-19 09:03:40 -07:00
parent d6dbb1cf1c
commit ddac850f16
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
language: node_js
node_js:
- "0.8"
- "0.10"

View file

@ -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: