.travis.yml in acts_as_tenant-0.3.9 vs .travis.yml in acts_as_tenant-0.4.0

- old
+ new

@@ -1,4 +1,6 @@ language: ruby services: - mongodb +before_install: + - gem update bundler script: bundle exec rake spec:all