i18n-js 3.6.0 → 3.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml DELETED
@@ -1,39 +0,0 @@
1
- # Send builds to container-based infrastructure
2
- # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
3
- sudo: false
4
- language: ruby
5
- cache:
6
- bundler: true
7
- yarn: true
8
- directories:
9
- - node_modules
10
- rvm:
11
- - 2.3
12
- - 2.4
13
- - 2.5
14
- - 2.6
15
- - 2.7
16
- - ruby-head
17
- before_install:
18
- # Needed to test JS
19
- - yarn install
20
- gemfile:
21
- - gemfiles/i18n_0_6.gemfile
22
- - gemfiles/i18n_0_7.gemfile
23
- - gemfiles/i18n_0_8.gemfile
24
- - gemfiles/i18n_0_9.gemfile
25
- - gemfiles/i18n_1_0.gemfile
26
- - gemfiles/i18n_1_1.gemfile
27
- - gemfiles/i18n_1_2.gemfile
28
- - gemfiles/i18n_1_3.gemfile
29
- - gemfiles/i18n_1_4.gemfile
30
- - gemfiles/i18n_1_5.gemfile
31
- - gemfiles/i18n_1_6.gemfile
32
- - gemfiles/i18n_1_7.gemfile
33
- - gemfiles/i18n_1_8.gemfile
34
- matrix:
35
- fast_finish: true
36
- allow_failures:
37
- - rvm: ruby-head
38
- notifications:
39
- webhooks: https://www.travisbuddy.com/?insertMode=update