Skip to content

Commit

Permalink
Let CI to pick the right version of lotus-utils. Ref #26
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 7, 2014
1 parent e480a7d commit 1e216ff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Gemfile
@@ -1,13 +1,11 @@
source 'https://rubygems.org'
gemspec

if ENV['TRAVIS']
gem 'lotus-utils'
else
if !ENV['TRAVIS']
gem 'byebug', require: false, platforms: :mri if RUBY_VERSION >= '2.1.0'
gem 'yard', require: false
gem 'lotus-utils', require: false, github: 'lotus/utils'
end

gem 'simplecov', require: false
gem 'coveralls', require: false
gem 'lotus-utils', '~> 0.3', require: false, github: 'lotus/utils'
gem 'simplecov', require: false
gem 'coveralls', require: false

0 comments on commit 1e216ff

Please sign in to comment.