upgrade to ruby 2.3.2
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2.3.1
|
2.3.2
|
||||||
@@ -2,7 +2,7 @@ language: ruby
|
|||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
rvm:
|
rvm:
|
||||||
- "2.2.3"
|
- "2.3.2"
|
||||||
cache: bundler
|
cache: bundler
|
||||||
before_script:
|
before_script:
|
||||||
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
|
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
|
||||||
|
|||||||
Reference in New Issue
Block a user