Sha256: 7f6e6fa56372b9bfab5d9e1d51b9e0e17c1eb484558f0c51cf05dcda14d36810
Contents?: true
Size: 697 Bytes
Versions: 33
Compression:
Stored size: 697 Bytes
Contents
version: "{build}" # This will build all PRs targetting matching branches. # Without this, each PR builds twice -- once for the PR branch HEAD, # and once for the merge commit that github creates for each mergable PR. branches: only: - master # Disable normal Windows builds in favor of our test script. build: off install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install bundler - bundler --version - bundle install - cinst ansicon test_script: - bundle exec rake test --trace environment: matrix: - ruby_version: '18' - ruby_version: '19' - ruby_version: '20' - ruby_version: '21' - ruby_version: '22'
Version data entries
33 entries across 33 versions & 2 rubygems