Skip to content

Commit 94b5e49

Browse files
committed
Drop support Ruby 2.2.x and 2.1.x
1 parent 0d01543 commit 94b5e49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ matrix:
3939
compiler: clang
4040
rvm: 2.4.1
4141
env: PYENV_VERSION=miniconda3-4.3.11
42-
allow_failure:
42+
allow_failures:
4343
- os: osx
44+
- rvm: 2.2.8
45+
- rvm: 2.1.10
4446

4547
before_install:
4648
- gem update --system

0 commit comments

Comments
 (0)