Skip to content

Commit

Permalink
Merge f5322dd into edabe01
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-p committed Oct 28, 2014
2 parents edabe01 + f5322dd commit 65f21d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
3 changes: 2 additions & 1 deletion spec/helper.rb
Expand Up @@ -13,12 +13,13 @@
rescue Exception
end

require 'http/2'
require 'json'
require 'coveralls'

Coveralls.wear! if ENV["CI"]

require 'http/2'

include HTTP2
include HTTP2::Header
include HTTP2::Error
Expand Down

0 comments on commit 65f21d6

Please sign in to comment.