From fc285c0150db2df61172068af095920c3b453463 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Tue, 15 Jun 2021 12:26:42 +0100 Subject: Remove .travis.yml https://github.com/leejarvis/slop/issues/258 --- .travis.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b4cf498..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -cache: bundler -before_install: - - | - export RVM_CURRENT=`rvm current|cut -c6-8` - if [ "${RVM_CURRENT}" = "2.0" ] || \ - [ "${RVM_CURRENT}" = "2.1" ] || \ - [ "${RVM_CURRENT}" = "2.2" ]; then - gem install bundler -v '< 2' - fi - -rvm: - - 2.0.0 - - 2.1 - - 2.2 - - 2.3.4 - - 2.4.10 - - 2.5.9 - - 2.6.7 - - 2.7.3 - - 3.0.1 - - jruby-9.2.18.0 - - jruby-head - - ruby-head - - truffleruby-head -jdk: - - openjdk8 -notifications: - email: - on_success: change - on_failure: always -- cgit v1.2.1