Skip to content

Commit

Permalink
Added rake task for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Rennie committed Mar 16, 2012
1 parent dbac02a commit 1e0c438
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Githug
Git Your Game On
Git Your Game On [![Build Status](https://secure.travis-ci.org/Gazler/githug.png?branch=master)](http://travis-ci.org/Gazler/githug)

##About
Githug is designed to give you a practical way of learning git. It has a series of levels, each utilizing git commands to ensure a correct answer.
Expand Down
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => [:spec]
1 change: 0 additions & 1 deletion lib/githug/level.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Level
"commit_ammend", "reset", "checkout_file", "remote", "remote_url",
"remote_add", "diff", "blame", "branch", "checkout", "merge",
"squash", "contribute"]
>>>>>>> dpick/squash_commits

attr_accessor :level_no, :level_path

Expand Down

0 comments on commit 1e0c438

Please sign in to comment.