Sha256: 6dffbb3ceeddac02ed715c5f22bfd2f7d8c8971e50ba04e40e7295d140706807

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

# Send builds to container-based infrastructure
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
language: ruby
cache:
  - bundler
rvm:
  - 2.1.10
  - 2.2.8
  # Since the Travis Build Env does not recognize `2.3` alias yet
  # We need to specify the version precisely
  - 2.3.5
  - 2.4.2
  - ruby-head
before_install:
# Need to install something extra to test JS
- npm install
gemfile:
  - gemfiles/i18n_0_6.gemfile
  - gemfiles/i18n_0_7.gemfile
  - gemfiles/i18n_0_8.gemfile
  - gemfiles/i18n_0_9.gemfile
matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
i18n-js-3.0.3 .travis.yml
i18n-js-3.0.2 .travis.yml