Bundle without nproc on CI
nproc is in coreutils which isn't installed by default. Since the Gemfile is so small there's no real benefit to using -jX anyway.
This commit is contained in:
parent
794291990e
commit
54e3115607
|
@ -6,7 +6,7 @@
|
||||||
- ruby --version
|
- ruby --version
|
||||||
- gem --version
|
- gem --version
|
||||||
- bundle --version
|
- bundle --version
|
||||||
- bundle install -j $(nproc) --path vendor --retry=3
|
- bundle install --path vendor --retry=3
|
||||||
script:
|
script:
|
||||||
- bundle exec rake
|
- bundle exec rake
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in New Issue