浏览代码

To not run the tests on ruby 2.0 because it hit EOL

Official support for ruby 2.0 ended in february: https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/
Dominik Sander 9 年之前
父节点
当前提交
55251f725f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -25,7 +25,6 @@ matrix:
     - rvm: 2.3.0
       env: DATABASE_ADAPTER=mysql2 DOCKER_IMAGE=cantino/huginn DOCKERFILE=docker/multi-process/Dockerfile
 rvm:
-- 2.0.0
 - 2.1
 - 2.2
 - 2.3.0