Sha256: 2e6d065137f4ae9a300b05242d1a3d1fc9c0ff82fbca47979ad5d69ee947f28e

Contents?: true

Size: 464 Bytes

Versions: 1

Compression:

Stored size: 464 Bytes

Contents

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

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

services:
  - docker

install: make install
script: make test

matrix:
  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

1 entries across 1 versions & 1 rubygems

Version Path
twilio-ruby-5.29.0 .travis.yml