version: '{build}' branches: only: - ffi environment: matrix: - ruby_version: 21 ruby_dir: 2.1.0 install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - rmdir /s /q C:\Ruby%ruby_version%\lib\ruby\%ruby_dir%\test - gem update --system - ruby -v - gem -v - gem install ffi - gem install test-unit cache: - C:\Ruby21\lib\ruby\gems\2.1.0 - C:\Ruby21\bin build: off test_script: - rake