Sha256: 06521d12c94d01c93b5357f4960cd8f71b516e761a2927d3f65151133b9ba7c1

Contents?: true

Size: 491 Bytes

Versions: 4

Compression:

Stored size: 491 Bytes

Contents

---
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - bundle install
  - ps: '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12'
  - ps: Invoke-WebRequest -Uri https://curl.haxx.se/ca/cacert.pem -OutFile C:\projects\textbringer\cacert.pem
build: off
test_script:
  - rake
deploy: off
environment:
  UPLOAD_TO_CODECOV: 1
  SSL_CERT_FILE: C:\projects\textbringer\cacert.pem
  matrix:
    - ruby_version: "23"
    - ruby_version: "23-x64"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
textbringer-0.3.1 appveyor.yml
textbringer-0.3.0 appveyor.yml
textbringer-0.2.9 appveyor.yml
textbringer-0.2.8 appveyor.yml