Skip to content

Commit

Permalink
Changes travis to use parallel specs
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Mar 17, 2016
1 parent b5d8fb2 commit 2301f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rvm:
- 2.1.0
script:
- "bundle exec rake lint"
- "bundle exec rake spec SPEC_OPTS='--format documentation --profile'"
- "bundle exec rake parallel_spec"
env:
- PUPPET_VERSION="~> 3.8.0"
- PUPPET_VERSION="~> 4.0.0"
Expand Down

0 comments on commit 2301f95

Please # to comment.