Skip to content

Commit

Permalink
Try a different appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 27, 2016
1 parent b5c8cda commit a0fad3c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Operating system (build VM template)
---
os: Visual Studio 2015

version: "{build}"
clone_depth: 10
install:
- set PATH=C:\Ruby22\bin;%PATH%
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version
- bundle install

build: off

before_test:
- ruby -v
- gem -v
- bundle -v

test_script:
- bundle exec rake
- bundle exec rake test

environment:
matrix:
- RUBY_VERSION: 23
- RUBY_VERSION: 22
- RUBY_VERSION: 21
- RUBY_VERSION: 200
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"

0 comments on commit a0fad3c

Please sign in to comment.