Commit 1b8d435

mo khan <mo.khan@gmail.com>
2021-02-05 02:22:42
chore: remove older ci files
1 parent 6b76bf2
.gitlab-ci.yml
@@ -1,15 +0,0 @@
-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
.travis.yml
@@ -1,13 +0,0 @@
-sudo: false
-language: ruby
-rvm:
-  - 2.5.5
-  - 2.6.3
-  - 2.7.2
-  - 3.0.0
-before_install:
-  - gem update --system
-  - gem install bundler
-script:
-  - bin/cibuild
-  - bin/lint