Sha256: 22aa232975a306f436988b3a3546228ba8eb72c72c2d292f4d2cf9ae652c387e
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
sudo: false language: ruby cache: bundler bundler_args: --without development rvm: - ruby-head - 2.7 - 2.6 - 2.5 - 2.4 - jruby-9.2 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.33.0 | .travis.yml |
twilio-ruby-5.32.0 | .travis.yml |