Commit ad258db

mo <mo.khan@gmail.com>
2019-01-07 18:14:36
add ci
1 parent 2200e42
Changed files (1)
.gitlab-ci.yml
@@ -0,0 +1,11 @@
+image: ruby:2.6
+
+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
+
+rspec:
+  script:
+    - bin/cibuild