version: '{build}' skip_tags: true clone_depth: 10 branches: only: - master except: - gh-pages os: Windows Server 2012 install: - cmd: SET PATH=C:\Ruby200\bin;%PATH% - cmd: ruby --version - cmd: gpg --version build_script: - bundle update - bundle install test_script: - rake - gem build rultor.gemspec - gem install rultor-1.0.snapshot.gem - rultor encrypt --project yegor256/rultor LICENSE.txt cache: - C:\Ruby200\bin -> rultor.gemspec - C:\Ruby200\lib\ruby\gems\2.0.0 -> rultor.gemspec