Commit 9a8deeb

mo <mo.khan@gmail.com>
2017-12-22 00:20:21
add gitlab.
1 parent 51b29cd
Changed files (1)
.gitlab-ci.yml
@@ -0,0 +1,13 @@
+image: ruby:2.4
+
+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
+  - gem install bundler --no-ri --no-rdoc
+  - bundle install --jobs $(nproc) "${FLAGS[@]}"
+
+rspec:
+  script:
+    - bundle exec rspec