Sha256: a1b74871ea0402312fc237950eda4290b5be4671970289a91566c7e4c8a3d1b2
Contents?: true
Size: 866 Bytes
Versions: 4
Compression:
Stored size: 866 Bytes
Contents
# Send builds to container-based infrastructure # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false language: ruby cache: bundler: true yarn: true directories: - node_modules rvm: - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - ruby-head before_install: # Needed to test JS - yarn install gemfile: - gemfiles/i18n_0_6.gemfile - gemfiles/i18n_0_7.gemfile - gemfiles/i18n_0_8.gemfile - gemfiles/i18n_0_9.gemfile - gemfiles/i18n_1_0.gemfile - gemfiles/i18n_1_1.gemfile - gemfiles/i18n_1_2.gemfile - gemfiles/i18n_1_3.gemfile - gemfiles/i18n_1_4.gemfile - gemfiles/i18n_1_5.gemfile - gemfiles/i18n_1_6.gemfile - gemfiles/i18n_1_7.gemfile - gemfiles/i18n_1_8.gemfile matrix: fast_finish: true allow_failures: - rvm: ruby-head notifications: webhooks: https://www.travisbuddy.com/?insertMode=update
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
i18n-js-3.8.0 | .travis.yml |
i18n-js-3.7.1 | .travis.yml |
i18n-js-3.7.0 | .travis.yml |
i18n-js-3.6.0 | .travis.yml |