Try to avoid running bundler in tests on Travis

This commit is contained in:
Thomas Reynolds 2012-05-10 16:07:11 -07:00
parent d4bccd76ab
commit ed50d4326a
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ rvm:
script: "bundle exec rake test" script: "bundle exec rake test"
env: TRAVIS=true
matrix: matrix:
allow_failures: allow_failures:
- rvm: jruby-19mode - rvm: jruby-19mode

View file

@ -5,7 +5,7 @@ group :development do
gem "rdoc", "~> 3.9" gem "rdoc", "~> 3.9"
gem "yard", "~> 0.8.0" gem "yard", "~> 0.8.0"
end end
group :test do group :test do
gem "cucumber", "~> 1.1.0" gem "cucumber", "~> 1.1.0"
gem "fivemat" gem "fivemat"

View file

@ -57,7 +57,7 @@ module Middleman::Templates
inside(location) do inside(location) do
::Middleman::Cli::Bundle.new.invoke(:bundle) ::Middleman::Cli::Bundle.new.invoke(:bundle)
end end unless ENV["TRAVIS"]
end end
# Output a .gitignore file # Output a .gitignore file