File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
language : ruby
3
3
bundler_args : --without benchmarks development
4
+ # Temporary workaround for broken Rubygems on Travis
4
5
before_install :
6
+ - gem update --system 2.4.8
5
7
- gem --version
6
8
- bash .travis_setup.sh
7
9
os :
@@ -10,11 +12,12 @@ addons:
10
12
hosts :
11
13
- mysql2gem.example.com
12
14
rvm :
13
- - 1.8.7
14
- - 1.9.3
15
- - 2.0.0
16
- - 2.1
15
+ - 2.3.0
17
16
- 2.2
17
+ - 2.1
18
+ - 2.0.0
19
+ - 1.9.3
20
+ - 1.8.7
18
21
- ree
19
22
- rbx-2
20
23
- ruby-head
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ test_script:
25
25
# - find tmp -name "*.log" -exec cat {};
26
26
environment :
27
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
28
- ruby_version : " 22-x64"
29
+ - ruby_version : " 22"
30
+ - ruby_version : " 21-x64"
31
+ - ruby_version : " 21"
32
+ - ruby_version : " 200-x64"
33
+ - ruby_version : " 200"
34
34
cache :
35
35
- vendor
36
36
services :
You can’t perform that action at this time.
0 commit comments