From 8873fc9f77aea6660614b16c766b6056437e6f05 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 18 Jul 2015 12:46:56 +0300 Subject: [PATCH] another config test. tests all green at home --- .travis.yml | 2 +- test/helper.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae5be57..29cc6fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby sudo: false cache: bundler script: - - ruby test/test_all.rb + - CODECLIMATE_REPO_TOKEN=40ed7f464af09c892b27adc2cd171c36b24992d8d527428285bc55c46fe2f0e0 ruby test/test_all.rb rvm: - 1.9.3 - 2.0.0 diff --git a/test/helper.rb b/test/helper.rb index 80aafcc..02f69f3 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -1,3 +1,4 @@ +require "rubygems" if ENV['CODECLIMATE_REPO_TOKEN'] require "codeclimate-test-reporter" CodeClimate::TestReporter.start