diff options
author | Jared Norman <jared@super.gd> | 2018-12-30 16:17:19 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2018-12-30 16:17:19 -0800 |
commit | 8b77e69bff9012c103eddb01d8b3a4c033094278 (patch) | |
tree | c04f3cb608504abfbcbead914c958a4a4734adc9 /.travis.yml | |
parent | be044a6bbc2bca4f36d6f94968602cb148659e6c (diff) |
Use a different version of Ruby
Eventually we'll want to test against more versions, but this is the
only version I need to test against at this moment.
If I hit version 1.0 without bumping this, and you're reading this,
please let me know that I forgot.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index af76b67..ce285bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ sudo: false language: ruby cache: bundler rvm: - - 2.5.3 + - 2.3.7 before_install: gem install bundler -v 1.17.1 |