We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2def7d commit aa3a6daCopy full SHA for aa3a6da
.gitignore
@@ -52,6 +52,7 @@ $RECYCLE.BIN/
52
/test/version_tmp/
53
/tmp/
54
/spec/tmp
55
+gem_graph.png
56
57
## Specific to RubyMotion:
58
.dat*
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
rvm:
3
- - 2.2.5
4
- - 2.3.1
+ - 2.2.7
+ - 2.3.4
5
- 2.4.1
6
bundler_args: "--jobs 7 --without docs local"
7
branches:
appveyor.yml
@@ -1,11 +1,12 @@
version: "{build}"
-os: Windows Server 2012
+os: Windows Server 2012 R2
platform:
- x64
environment:
8
matrix:
9
+ - RUBY_VERSION: 24
10
- RUBY_VERSION: 23
11
- RUBY_VERSION: 22
12
0 commit comments