Skip to content

Commit

Permalink
Split out beaker gems into separate group
Browse files Browse the repository at this point in the history
These gems are not required on travis, but are needed for a full CI run.
  • Loading branch information
DavidS committed Jul 18, 2016
1 parent e9aafba commit 2e0f8d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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
bundler_args: --without development
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
sudo: false
rvm:
Expand Down
9 changes: 6 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ group :test do
gem 'simplecov-console'
end

group :system_tests do
gem "beaker-puppet_install_helper", :require => false
gem "beaker-rspec"
gem "beaker", "~> 2.0"
end

group :development do
gem "travis"
gem "travis-lint"
gem "beaker", "~> 2.0"
gem "beaker-puppet_install_helper", :require => false
gem "beaker-rspec"
gem "puppet-blacksmith"
gem "guard-rake"
gem "pry"
Expand Down

0 comments on commit 2e0f8d5

Please sign in to comment.