From 2301f95aa3aa8fce78f411b458755aa80afbfa4e Mon Sep 17 00:00:00 2001 From: Peter Souter Date: Wed, 16 Mar 2016 23:57:58 +0000 Subject: [PATCH] Changes travis to use parallel specs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e3f5cf4b..c287766d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"