Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
unak committed Jun 14, 2017
2 parents 6aa2bc9 + d810494 commit 91fbace
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions appveyor.yml
@@ -0,0 +1,31 @@
branches:
only:
- master

environment:
PATH: C:\Ruby%RUBY_VERSION%\DevKit\mingw\bin;C:\Ruby%RUBY_VERSION%\bin;C:\Ruby%RUBY_VERSION%\DevKit\bin;%PATH%
matrix:
- RUBY_VERSION: 24
- RUBY_VERSION: 23
- RUBY_VERSION: 22

matrix:
allow_failures:
- RUBY_VERSION: 24
- RUBY_VERSION: 23
- RUBY_VERSION: 22

install:
- bundle install

build: off

before_build:
- gem update --system
- ruby -v
- make -v
- bundle -v

test_script:
- echo %PATH%
- bundle exec rake

0 comments on commit 91fbace

Please sign in to comment.