Change to 2.2.5 instead of 2.2.2
We don't need 2.2.2 exactly, switching to 2.2.5 shaves a solid 30 seconds off build time, as it is preinstalled on travis
This commit is contained in:
		
							parent
							
								
									6366f56c21
								
							
						
					
					
						commit
						81b16b24fc
					
				|  | @ -94,7 +94,7 @@ Your `.travis.yml` file should look like this: | ||||||
| ```yaml | ```yaml | ||||||
| language: ruby | language: ruby | ||||||
| rvm: | rvm: | ||||||
| - 2.2.2 | - 2.2.5 | ||||||
| 
 | 
 | ||||||
| before_script: | before_script: | ||||||
|  - chmod +x ./script/cibuild # or do this locally and commit |  - chmod +x ./script/cibuild # or do this locally and commit | ||||||
|  | @ -127,7 +127,7 @@ access to Bundler, RubyGems, and a Ruby runtime. | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| rvm: | rvm: | ||||||
| - 2.2.2 | - 2.2.5 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| RVM is a popular Ruby Version Manager (like rbenv, chruby, etc). This | RVM is a popular Ruby Version Manager (like rbenv, chruby, etc). This | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue