Skip to content

Commit

Permalink
Randomise order in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Mar 17, 2016
1 parent 2301f95 commit 69e2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ rvm:
- 2.1.0
script:
- "bundle exec rake lint"
- "bundle exec rake parallel_spec"
- "bundle exec rake parallel_spec SPEC_OPTS='--format documentation --order random'"
env:
- PUPPET_VERSION="~> 3.8.0"
- PUPPET_VERSION="~> 4.0.0"
Expand Down

0 comments on commit 69e2bb2

Please sign in to comment.