From 46d3d2b042f1d9a3fe6c86b87d60cbf9ba90b026 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 7 Aug 2020 17:53:33 +0100 Subject: [PATCH] Travis: Move hatchet ci:setup to before_script (#1035) So that any failures during `hatchet ci:setup` cause the build to fail early, rather than try to proceed with running the Hatchet tests. @W-7929878@ [skip changelog] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 900f9ac..de96a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ jobs: - 2.6.6 before_script: - gem install bundler -v 1.16.2 - script: - bundle exec hatchet ci:setup + script: - PARALLEL_SPLIT_TEST_PROCESSES=11 bundle exec parallel_split_test spec/hatchet/ env: