Skip to content

Commit d4b0148

Browse files
committed
Fix bundler args in travis.
1 parent caa3f0b commit d4b0148

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: ruby
2-
bundler_args: --without debug
32
script: "bundle exec rspec spec"
43
env:
54
- CI=true

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ group :development, :test do
1717
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
1818
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
1919
gem "redcarpet", platforms: :ruby
20-
gem 'simplecov', require: false, platform: :mri
21-
gem 'coveralls', require: false, platform: :mri
20+
gem 'simplecov', platforms: :mri
21+
gem 'coveralls', '~> 0.8', platforms: :mri
2222
end

0 commit comments

Comments
 (0)