Skip to content

Commit

Permalink
Updating parallel_tests Gem and sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcmaw committed Oct 25, 2016
1 parent cf57011 commit 9109f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec"
before_install:
- gem update bundler
matrix:
fast_finish: true
include:
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ group :development, :unit_tests do
gem 'rspec-puppet', '>= 2.3.2'
gem 'rspec-puppet-facts'
gem 'simplecov'
gem 'parallel_tests'
gem 'parallel_tests', '< 2.10.0' if RUBY_VERSION < '2.0.0'
gem 'parallel_tests' if RUBY_VERSION >= '2.0.0'
gem 'rubocop', '0.41.2' if RUBY_VERSION < '2.0.0'
gem 'rubocop' if RUBY_VERSION >= '2.0.0'
gem 'rubocop-rspec', '~> 1.6' if RUBY_VERSION >= '2.3.0'
Expand Down

0 comments on commit 9109f94

Please sign in to comment.