From ff8ab0b37b81507755204f9537442b5ac037ab3a Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 19 Dec 2019 23:04:05 -0800 Subject: travis: fix yaml whitespace. Signed-off-by: Robin H. Johnson --- .travis.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 69eb0ec..cab7e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,16 +16,16 @@ services: - redis-server before_install: - - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - - gem install bundler -v '< 2' - # https://docs.travis-ci.com/user/database-setup/#elasticsearch - - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb - # Verify checksum - - echo e566a88e15d8f85cf793c8f971b51eeae6465a0aa73f968ae4b1ee6aa71e4c20 elasticsearch-7.5.1-amd64.deb | sha256sum -c - - sudo service elasticsearch stop - - sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb - - rm -f elasticsearch-7.5.1-amd64.deb - - sudo service elasticsearch start || ( sudo systemctl status elasticsearch.service ; sudo journalctl -xe ) + - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true + - gem install bundler -v '< 2' + # https://docs.travis-ci.com/user/database-setup/#elasticsearch + - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb + # Verify checksum + - echo e566a88e15d8f85cf793c8f971b51eeae6465a0aa73f968ae4b1ee6aa71e4c20 elasticsearch-7.5.1-amd64.deb | sha256sum -c + - sudo service elasticsearch stop + - sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb + - rm -f elasticsearch-7.5.1-amd64.deb + - sudo service elasticsearch start || ( sudo systemctl status elasticsearch.service ; sudo journalctl -xe ) before_script: - cp config/secrets.yml.dist config/secrets.yml @@ -37,3 +37,5 @@ before_script: script: - bundle exec rubocop - bundle exec rake kkuleomi:index:init RAILS_ENV=test + +# vim:ft=yaml et ts=2 sts=2 sw=2: -- cgit v1.2.3-65-gdbad