Skip to content

Commit

Permalink
Config travis & code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed May 2, 2014
1 parent ebe3c88 commit 77d3daa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: ruby
before_install: gem install bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx
addons:
code_climate:
repo_token:
secure: W78c9lV1ZNYLWXcYyE6apbvoi5laaKFY3AOnxvB6s0gfxwYnR/ySPMiJyzdQETs9EzjxaAOGGZDrfTCv1AvuswG9Ln3LKM1F17JN0pWFg/LJxyRibvL3+wxJfQaW1Sb9oBJatJ+LzIJtBA/XA4yFPmHO2F75/OTEizlx6bfQO1k=
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in bus.gemspec
gemspec

gem 'codeclimate-test-reporter', group: :test, require: nil
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start if ENV['CODECLIMATE_REPO_TOKEN']

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
Expand Down

0 comments on commit 77d3daa

Please sign in to comment.