Commit 386c075

mo <mo.khan@gmail.com>
2018-03-03 19:05:07
update ci.
1 parent 534fe32
.gitlab-ci.yml
@@ -5,11 +5,11 @@ before_script:
   - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
   - locale-gen
   - export LC_ALL=en_US.UTF-8
-  - ruby -v
-  - which ruby
-  - gem install bundler --no-ri --no-rdoc
-  - bundle install --jobs $(nproc) "${FLAGS[@]}"
 
 rspec:
   script:
-    - bundle exec rspec
+    - bin/cibuild
+
+rspec:
+  script:
+    - bin/lint
.travis.yml
@@ -5,5 +5,6 @@ rvm:
   - 2.3.6
   - 2.4.3
   - 2.5.0
-before_install: gem install bundler -v 1.16.0
-script: bundle exec rspec
+script:
+  - bin/cibuild
+  - bin/lint