We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6083a + 9bd4c22 commit 61412d8Copy full SHA for 61412d8
.travis.yml
@@ -24,7 +24,7 @@ script:
24
25
env:
26
global:
27
- - "JRUBY_OPTS='--dev -J-Xmx1024M'"
+ - "JRUBY_OPTS='--dev -J-Xmx1024M --debug'"
28
matrix:
29
- "RAILS_VERSION=4.0"
30
- "RAILS_VERSION=4.1"
test/test_helper.rb
@@ -2,10 +2,6 @@
2
3
begin
4
require 'simplecov'
5
- # HACK: till https://github.com/colszowka/simplecov/pull/400 is merged and released.
6
- # Otherwise you may get:
7
- # simplecov-0.10.0/lib/simplecov/defaults.rb:50: warning: global variable `$ERROR_INFO' not initialized
8
- require 'support/simplecov'
9
AppCoverage.start
10
rescue LoadError
11
STDERR.puts 'Running without SimpleCov'
0 commit comments