Sha256: 3790c1e6c59a63ba7979128e8b94131a515e1f49dbdb6cedf2e683e330b397dc
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 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 - still # 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 - bundler --version - bundle install - cinst ansicon test_script: - bundle exec rake test:rspec --trace environment: matrix: - ruby_version: '22' - ruby_version: '23' - ruby_version: '24' - ruby_version: '25' - ruby_version: '26'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aruba-1.0.0.pre.alpha.4 | appveyor.yml |
aruba-1.0.0.pre.alpha.3 | appveyor.yml |