From a537be903b48ec75b55f12ac75dc38c81635eca4 Mon Sep 17 00:00:00 2001 From: Philipp Staender Date: Sat, 9 Sep 2023 23:25:46 +0200 Subject: [PATCH] removes travis ci file in favor of gh-actions --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9223a79..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: ruby -rvm: - - 2.6 - - 2.7 - - ruby-head -script: bundle exec rspec -matrix: - allow_failures: - - rvm: ruby-head