Skip to content

Commit

Permalink
Merge pull request puppetlabs#76 from HAIL9000/maint/master/try_to_im…
Browse files Browse the repository at this point in the history
…prove_travis

(maint) Don't install beaker for spec tests in travis
  • Loading branch information
Kylo Ginsberg committed Mar 25, 2016
2 parents 32ce409 + 5d3f013 commit ffb387f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
sudo: false
bundler_args: --without development
bundler_args: --without development acceptance
script:
- "bundle exec rake $CHECK"
notifications:
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ group :test do
gem 'mocha'
gem 'puppetlabs_spec_helper'
gem 'serverspec'
gem 'rubocop'
end

group :acceptance do
gem 'beaker'
gem 'beaker-rspec'
gem 'rubocop'
end

group :development do
Expand Down

0 comments on commit ffb387f

Please sign in to comment.