tell Travis to use ruby 2.3.0
did
committed Dec 06, 2016
commit bd1e88104e8f8434b3448eeeb3c390de3a18047d
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.3 |
| + | - 2.3.0 |
| env: | |
| - CODECLIMATE_REPO_TOKEN=3fa74f2ade25037fccd7261090acbdeae232639c3a83aafb80ee428ec16b8cf9 | |
| addons: | |