Sha256: 3f6f42f1e8355b5b1253f92d8ea8d9e7f93b1e94b4f60e46ebae89b06e3574aa
Contents?: true
Size: 512 Bytes
Versions: 13
Compression:
Stored size: 512 Bytes
Contents
version: '{build}' skip_tags: true clone_depth: 10 branches: only: - master except: - gh-pages os: Windows Server 2012 environment: matrix: - ruby_version: "23-x64" - ruby_version: "24-x64" - ruby_version: "25-x64" install: - ps: | $Env:PATH = "C:\Ruby${Env:ruby_version}\bin;${Env:PATH}" - bundle config --local path vendor/bundle - ruby -v - bundle -v build_script: - bundle update - bundle install test_script: - bundle exec rake --quiet cache: - vendor/bundle
Version data entries
13 entries across 13 versions & 1 rubygems