Try to avoid running bundler in tests on Travis
This commit is contained in:
parent
d4bccd76ab
commit
ed50d4326a
3 changed files with 4 additions and 2 deletions
|
@ -57,7 +57,7 @@ module Middleman::Templates
|
|||
|
||||
inside(location) do
|
||||
::Middleman::Cli::Bundle.new.invoke(:bundle)
|
||||
end
|
||||
end unless ENV["TRAVIS"]
|
||||
end
|
||||
|
||||
# Output a .gitignore file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue