Navigation Menu

Skip to content

Commit

Permalink
travis: add workaround for Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2018
1 parent d75bc4b commit 13c9cb3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions travis/Dockerfile.ubuntu-14.04
Expand Up @@ -31,10 +31,11 @@ RUN \
apt install -qq -y cutter-testing-framework

RUN \
gem2.0 install \
bundler \
grntest \
rake
ruby2.0 -r yaml -r rubygems/safe_yaml -S \
gem2.0 install \
bundler \
grntest \
rake

RUN \
useradd --user-group --create-home groonga
Expand Down

0 comments on commit 13c9cb3

Please sign in to comment.