我在 github 中有一个使用 travis-ci 的存储库
https://github.com/alu0100786330/prct09
我想将工作服与 travis 集成,我正在使用 cloud9,这是 URL
https://ide.c9.io/alu0100786330/prt9
我将这一行添加到 Gemspec
gem 'coveralls', require: false
*到 .coveralls.yml
service_name: travis-ci
repo_token: kzOty157GlK2mMpKsSAjoeDGJ6bfnfarQ
并到顶部的 spec_helper
require 'coveralls'
Coveralls.wear!
我执行bundle install
并将更改推送到存储库,这些是我的 travis 中出现的错误
https://travis-ci.org/alu0100786330/prct09
我怎样才能纠正错误?