Skip to content

Commit aa3a6da

Browse files
committed
Update ruby versions we test and OS we test on
Test on Windows 2012R2 in appveyor and use the latest ruby releases. Same thing we do elsewhere Signed-off-by: Tim Smith <[email protected]>
1 parent f2def7d commit aa3a6da

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ $RECYCLE.BIN/
5252
/test/version_tmp/
5353
/tmp/
5454
/spec/tmp
55+
gem_graph.png
5556

5657
## Specific to RubyMotion:
5758
.dat*

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
rvm:
3-
- 2.2.5
4-
- 2.3.1
3+
- 2.2.7
4+
- 2.3.4
55
- 2.4.1
66
bundler_args: "--jobs 7 --without docs local"
77
branches:

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: "{build}"
22

3-
os: Windows Server 2012
3+
os: Windows Server 2012 R2
44
platform:
55
- x64
66

77
environment:
88
matrix:
9+
- RUBY_VERSION: 24
910
- RUBY_VERSION: 23
1011
- RUBY_VERSION: 22
1112

0 commit comments

Comments
 (0)