Skip to content

Commit

Permalink
Enable lotus-router on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Feb 22, 2014
1 parent fcd7fce commit 39addd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -2,11 +2,13 @@ source 'http://rubygems.org'

gemspec

unless ENV['TRAVIS']
if !ENV['TRAVIS']
gem 'debugger', require: false
gem 'yard', require: false
gem 'lotus-utils', require: false, path: '../lotus-utils'
gem 'lotus-router', require: false, path: '../lotus-router'
else
gem 'lotus-router', require: false
end

gem 'simplecov', require: false
Expand Down

0 comments on commit 39addd7

Please sign in to comment.