Skip to content

Commit 08690f3

Browse files
authored
Merge pull request #191 from rspec/update_appveyor
Update appveyor script for recent changes
2 parents 0493d21 + 362e043 commit 08690f3

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

travis/appveyor.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,26 @@ branches:
1111
# Disable normal Windows builds in favor of our test script.
1212
build: off
1313

14+
cache:
15+
- vendor/bundle
16+
1417
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
2020
- bundle install
2121
- cinst ansicon
2222

23+
before_test:
24+
- ruby --version
25+
- gem --version
26+
- bundle --version
27+
2328
test_script:
2429
- bundle exec rspec --backtrace
2530

2631
environment:
2732
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

0 commit comments

Comments
 (0)