forked from fnando/i18n-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (39 loc) · 866 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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