use bundler to run tests on travis
This commit is contained in:
5
Gemfile
5
Gemfile
@ -10,8 +10,9 @@ gem "rye"
|
||||
gem "salama-object-file" , :git => "https://github.com/ruby-x/rubyx-object-file"
|
||||
#gem "salama-object-file" , :path => "../salama-object-file"
|
||||
|
||||
gem "codeclimate-test-reporter", require: nil
|
||||
|
||||
group :test do
|
||||
gem "codeclimate-test-reporter"
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem "thor" , "0.19.1"
|
||||
|
Reference in New Issue
Block a user