Sha256: 1cd7a8d3470b08c7f081afc84f510460b13e28348784983c83e07fc407802c58
Contents?: true
Size: 746 Bytes
Versions: 23
Compression:
Stored size: 746 Bytes
Contents
# Auto-generated !!! Do not edit it manually # use ci-master https://github.com/metanorma/metanorma-build-scripts version: '{build}' cache: - vendor/bundle environment: matrix: - RUBY_VERSION: 25 - RUBY_VERSION: 24 - RUBY_VERSION: _trunk matrix: allow_failures: - RUBY_VERSION: _trunk install: - ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex - refreshenv build_script: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - set GIT_TERMINAL_PROMPT=0 - gem install bundler -v "~> 2" - bundle config --local path vendor/bundle - bundle update - bundle install before_test: - ruby -v - gem -v - bundle -v test_script: - bundle exec rake
Version data entries
23 entries across 23 versions & 22 rubygems