Skip to content

Commit

Permalink
Use TravisCI container build environment and Bundler caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Jan 8, 2015
1 parent 86f21cb commit a5e93f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
cache: bundler

gemfile:
- Gemfile
sudo: false

rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- ruby-head
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
SimpleCov::Formatter::Console
]
SimpleCov.minimum_coverage 90
SimpleCov.start
SimpleCov.start do
add_filter '/vendor/'
end

require_relative '../lib/kitchen/driver/openstack'

0 comments on commit a5e93f1

Please sign in to comment.