File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,26 @@ branches:
11
11
# Disable normal Windows builds in favor of our test script.
12
12
build : off
13
13
14
+ cache :
15
+ - vendor/bundle
16
+
14
17
install :
15
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
16
- - ruby --version
17
- - gem --version
18
- - gem install bundler -v "!= 1.12.0, != 1.12.1, != 1.12.2, != 1.12.3"
19
- - bundler --version
18
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
19
+ - bundle config --local path vendor/bundle
20
20
- bundle install
21
21
- cinst ansicon
22
22
23
+ before_test :
24
+ - ruby --version
25
+ - gem --version
26
+ - bundle --version
27
+
23
28
test_script :
24
29
- bundle exec rspec --backtrace
25
30
26
31
environment :
27
32
matrix :
28
- # ruby_version: '20' doesn't work for some reason
29
- - ruby_version : ' 193'
30
- - ruby_version : ' 21'
33
+ - ruby_version : 193
34
+ - ruby_version : 200
35
+ - ruby_version : 21
36
+ - ruby_version : 22
You can’t perform that action at this time.
0 commit comments