GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
puppet-interfaces
Browse code
add noop coveralls:push task for ruby 1.8.7 tests
master
1 parent
30455c4
commit
84f8370a93bef81fd88a0b073938e67eeeb10885
Andreas Jaggi
authored
on 1 May 2014
Patch
Unified
Split
Showing
1 changed file
+4
-0
■
■
■
■
■
Rakefile
Ignore Space
Show notes
View
4
■
■
■
■
■
Rakefile
if
RUBY_VERSION
.
to_f
>=
1.9
require
'coveralls/rake/task'
Coveralls
::
RakeTask
.
new
else
namespace
:
coveralls
do
task
:
push
do
;
end
end
end
Show line notes below