Commit 593d8f5

mo <mo.khan@gmail.com>
2018-03-04 21:01:32
add ci script.
1 parent 0a7e683
Changed files (1)
.gitlab-ci.yml
@@ -0,0 +1,15 @@
+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
+
+rspec:
+  script:
+    - bin/cibuild
+
+lint:
+  script:
+    - bin/lint