We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb1a8b commit 00ebcc4Copy full SHA for 00ebcc4
.travis.yml
@@ -10,11 +10,12 @@ addons:
10
hosts:
11
- mysql2gem.example.com
12
rvm:
13
- - 1.8.7
14
- - 1.9.3
15
- - 2.0.0
16
- - 2.1
+ - 2.3.0
17
- 2.2
+ - 2.1
+ - 2.0.0
+ - 1.9.3
18
+ - 1.8.7
19
- ree
20
- rbx-2
21
- ruby-head
appveyor.yml
@@ -25,12 +25,12 @@ test_script:
25
# - find tmp -name "*.log" -exec cat {};
26
environment:
27
matrix:
28
- - ruby_version: "200"
29
- - ruby_version: "200-x64"
30
- - ruby_version: "21"
31
- - ruby_version: "21-x64"
32
- - ruby_version: "22"
33
- ruby_version: "22-x64"
+ - ruby_version: "22"
+ - ruby_version: "21-x64"
+ - ruby_version: "21"
+ - ruby_version: "200-x64"
+ - ruby_version: "200"
34
cache:
35
- vendor
36
services:
0 commit comments