Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #44 from chef/travis
Browse files Browse the repository at this point in the history
Get Travis geen again
  • Loading branch information
tas50 authored Aug 26, 2016
2 parents bec8244 + 433611a commit 3b2aaa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ sudo: false

language: ruby
rvm:
- 2.1.2
- 2.1.9
- 2.2.5
- 2.3.1
script:
- bundle exec rake build
- bundle exec rspec
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'vagrant_support'
require 'chef/provisioning'

RSpec.configure do |config|
config.expect_with :rspec do |expectations|
Expand Down

0 comments on commit 3b2aaa3

Please sign in to comment.