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]
This commit is contained in:
Ed Morley
2020-08-07 17:53:33 +01:00
committed by GitHub
parent 7b4f16145b
commit 46d3d2b042
+1 -1
View File
@@ -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: