We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa3f0b commit d4b0148Copy full SHA for d4b0148
2 files changed
.travis.yml
@@ -1,5 +1,4 @@
1
language: ruby
2
-bundler_args: --without debug
3
script: "bundle exec rspec spec"
4
env:
5
- CI=true
Gemfile
@@ -17,6 +17,6 @@ group :development, :test do
17
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
18
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
19
gem "redcarpet", platforms: :ruby
20
- gem 'simplecov', require: false, platform: :mri
21
- gem 'coveralls', require: false, platform: :mri
+ gem 'simplecov', platforms: :mri
+ gem 'coveralls', '~> 0.8', platforms: :mri
22
end
0 commit comments