Sha256: 10323a52eb45744fca3ffaa60f33064f8cffa257632700bfee402d0e37cac858

Contents?: true

Size: 441 Bytes

Versions: 3

Compression:

Stored size: 441 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.0
  - 2.1
  - 2.2
  - ruby-head
before_install: # Need to install something extra to test JS
- npm install jasmine-node@1.14.2
gemfile:
  - gemfiles/i18n_0_6.gemfile
  - gemfiles/i18n_0_7.gemfile
matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
i18n-js-3.0.0.rc12 .travis.yml
i18n-js-3.0.0.rc11 .travis.yml
i18n-js-3.0.0.rc10 .travis.yml