image: ruby:2.5 before_script: - apt-get update && apt-get install -y locales - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen - locale-gen - export LC_ALL=en_US.UTF-8 ci: script: - bin/cibuild