Sha256: 5d729e9124a8b39769cd5ad1398870cbd1eeed6ce79f780d78ce95deb8c53cdd

Contents?: true

Size: 504 Bytes

Versions: 4

Compression:

Stored size: 504 Bytes

Contents

---
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - gem install bundler --no-document
  - 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-x64"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
textbringer-0.2.6 appveyor.yml
textbringer-0.2.4 appveyor.yml
textbringer-0.2.5 appveyor.yml
textbringer-0.2.3 appveyor.yml