Avoid bundler on travis
This commit is contained in:
parent
ed50d4326a
commit
1022e63cee
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 unless ENV["TRAVIS"]
|
||||
end unless ENV["TEST"]
|
||||
end
|
||||
|
||||
# Output a .gitignore file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue