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:
Yorick Peterse 2017-11-02 12:56:53 +01:00
parent 794291990e
commit 54e3115607
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- ruby --version
- gem --version
- bundle --version
- bundle install -j $(nproc) --path vendor --retry=3
- bundle install --path vendor --retry=3
script:
- bundle exec rake
cache: