summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: c2cd679ef738d8702f41bf0b68155b355d540f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
image: ruby:2.2

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

test:
  script:
    - bin/cibuild