Travis is now using ruby 2.2.2 for the specs
did
committed Sep 15, 2015
commit 4ce439be9f91fa9365fa570107d9d96f612e68c9
Showing 1
changed file with
1 additions
and 1 deletions
.travis.yml
+1
-1
| @@ | @@ -2,7 +2,7 @@ language: ruby |
| services: mongodb | |
| before_script: ./script/ci/before_build.sh | |
| rvm: | |
| - | - 2.2.0 |
| + | - 2.2.2 |
| env: | |
| - CODECLIMATE_REPO_TOKEN=3fa74f2ade25037fccd7261090acbdeae232639c3a83aafb80ee428ec16b8cf9 | |
| addons: | |