Sha256: 27568f2d7d311bc6df307030e26f46ac735cad3b1fcd4054bcd77d9795e0a2d9

Contents?: true

Size: 511 Bytes

Versions: 4

Compression:

Stored size: 511 Bytes

Contents

sudo: false
language: ruby
cache: bundler
bundler_args: --without development

rvm:
  - ruby-head
  - 2.7
  - 2.6
  - 2.5
  - 2.4
  - jruby

services:
  - docker

install: make install
script: make test

matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

deploy:
  - provider: script
    script: make docker-build && make docker-push
    skip_cleanup: true
    on:
      tags: true
      rvm: "2.4"
  - provider: rubygems
    api_key: $RUBYGEMS_APIKEY
    on:
      tags: true
      rvm: "2.4"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twilio-ruby-5.31.6 .travis.yml
twilio-ruby-5.31.5 .travis.yml
twilio-ruby-5.31.4 .travis.yml
twilio-ruby-5.31.3 .travis.yml