mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user