summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-08 16:18:49 +0100
committera14m <[email protected]>2020-12-08 16:18:49 +0100
commit2e9e3340d78ce282e563e7e78f34eaf0addb0cad (patch)
treef6391a3a7696ec74040460ee40488ee70ca8dc64
parentf9ebb8599ea6600baf87c81bbcb871f4b35c4eae (diff)
Remove travis CI, sad that it's not working at all with gitlab
-rw-r--r--.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6541a49..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: ruby
-
-ruby:
- - 2.5
- - 2.6
- - 2.7
-
-before_install:
- - gem install bundler
- - cd CLI/ruby
-
-jobs:
- include:
- - stage: lint
- ruby: 2.7
- script: bundle exec rubocop