Upgrade tested rubies

This commit is contained in:
Takashi Kokubun 2016-05-20 22:19:44 +09:00
parent 5f45f58f23
commit 3965a7e3ef
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ script:
- "bundle exec rake $TASK"
matrix:
include:
- rvm: 2.1.9
- rvm: 2.1.10
env: TASK=test
- rvm: 2.2.5
env: TASK=test

View File

@ -1,9 +1,9 @@
#!/bin/bash
VERSIONS=(
2.1.7
2.2.3
2.3.0
2.1.10
2.2.5
2.3.1
)
set -e