another config test. tests all green at home

This commit is contained in:
Torsten Ruger 2015-07-18 12:46:56 +03:00
parent 02801264bd
commit 8873fc9f77
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,3 +1,4 @@
require "rubygems"
if ENV['CODECLIMATE_REPO_TOKEN']
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start