aboutsummaryrefslogtreecommitdiff
blob: f195ca47f7bfa0505f07de95d359ab8ad8e98a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: ruby
cache: bundler
rvm:
  - 2.2
  - 2.5

services:
  - elasticsearch
  - redis-server

before_script:
  - cp config/secrets.yml.dist config/secrets.yml
  # Wait for Elasticsearch
  - sleep 10
  - bundle exec rake kkuleomi:index:init