Sha256: d4b467aa78faef9893f31e9e9533d1fc0062e8bf3b48044fbcd102e5b8607a78
Contents?: true
Size: 392 Bytes
Versions: 5
Compression:
Stored size: 392 Bytes
Contents
image: "ruby:2.3" services: - elasticsearch:latest variables: ELASTICSEARCH_HOST: "elasticsearch" before_script: - apt-get update -yqqq; apt-get -o dir::cache::archives="vendor/apt" install -y -qq --force-yes libicu-dev cmake - gem install bundler # Bundler is not installed with the image - bundle install -j $(nproc) # Install dependencies rspec: script: - rspec
Version data entries
5 entries across 5 versions & 1 rubygems