Skip to content

Commit

Permalink
Fixes (#81)
Browse files Browse the repository at this point in the history
* Fix readme

* Add .gem to gitignore

* Fix travis
  • Loading branch information
ashanaakh authored and Louis committed Nov 2, 2017
1 parent e600749 commit 9fed50a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@

# rspec failure tracking
.rspec_status

*.gem
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Kite

![Build Status](https://ci.helioscloud.com/api/v1/teams/heliostech/pipelines/kite/jobs/build-master/badge)
[![Build Status](https://travis-ci.org/helios-technologies/kite.svg?branch=master)](https://travis-ci.org/helios-technologies/kite)
[![codecov](https://codecov.io/gh/helios-technologies/kite/branch/master/graph/badge.svg)](https://codecov.io/gh/helios-technologies/kite)

Expand Down
1 change: 1 addition & 0 deletions spec/kite_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "spec_helper"
require 'tmpdir'

RSpec.describe Kite do
it "has a version number" do
Expand Down

0 comments on commit 9fed50a

Please sign in to comment.