Sha256: 4710db58eaadc673a3ba74eb266a7689c573fe49ba966ee55ab0af86ea132b03

Contents?: true

Size: 529 Bytes

Versions: 1

Compression:

Stored size: 529 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"
    - ruby_version: "23-x64"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
textbringer-0.2.7 appveyor.yml