Browse Source

Use modern Rubies on Travis CI

Douglas Thrift 7 years ago
parent
commit
99a0552e52
1 changed files with 4 additions and 3 deletions
  1. 4 3
      .travis.yml

+ 4 - 3
.travis.yml

@@ -1,5 +1,6 @@
 language: ruby
 rvm:
-  - 1.9.3
-  - 2.0.0
-  - 2.1.1
+  - 2.1.10
+  - 2.2.7
+  - 2.3.3
+  - 2.4.1