Skip to content

Commit

Permalink
Merge pull request #7 from jobready/update-ci-ruby-version-222
Browse files Browse the repository at this point in the history
Update ruby version in buildkite script to 2.2.2
  • Loading branch information
schlick authored Nov 4, 2016
2 parents 50ddd9c + a74fde0 commit c87b6c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
set -e

echo '--- setting ruby version'
rbenv local 2.1.3
rbenv install -s 2.2.2
rbenv local 2.2.2
rbenv rehash
gem install bundler --no-rdoc --no-ri

echo '--- bundling'
bundle install -j $(nproc) --without production --quiet
Expand Down

0 comments on commit c87b6c6

Please sign in to comment.