summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:26:42 +0100
committerLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:26:42 +0100
commitfc285c0150db2df61172068af095920c3b453463 (patch)
treeb4135c4ce3cb164bf90013fece3ad94951bc5a26
parent7958e946c7f27cc828a7465d81a6254b2212c6ba (diff)
downloadslop-fc285c0150db2df61172068af095920c3b453463.tar.gz
Remove .travis.yml
https://github.com/leejarvis/slop/issues/258
-rw-r--r--.travis.yml30
1 files changed, 0 insertions, 30 deletions
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