From 5f5903cf2f55a35483b5576f18ffd6cf4df167e9 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Mon, 11 Apr 2022 06:54:19 -0700 Subject: [PATCH] remove travis in favor of gh action Signed-off-by: Matt Wrock --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2905630..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: ruby -rvm: - - 2.1.9 - - 2.6.6 - - 2.7.1 - - 3.0.0 -before_install: - - gem update bundler - -# This prevents testing branches that are created just for PRs -branches: - only: - - master