Sha256: 0d623d7b9266dfe502944cd7ee4fddbcf98d9ff51052355047ee058459891762
Contents?: true
Size: 454 Bytes
Versions: 16
Compression:
Stored size: 454 Bytes
Contents
version: '{build}' skip_tags: true clone_depth: 10 branches: only: - master except: - gh-pages os: Windows Server 2012 environment: matrix: - 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
16 entries across 16 versions & 4 rubygems