Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e199a13bb1e0fe9bece76bc7adf3c4f32173a630 (plain)
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
language: ruby
dist: focal
addons:
  apt:
    packages:
      - chromium-browser
rvm:
  - 2.5
  - 2.6
  - 2.7

gemfile:
  - test/gemfiles/rails_4_2.gemfile
  - test/gemfiles/rails_5_0.gemfile
  - test/gemfiles/rails_5_1.gemfile
  - test/gemfiles/rails_6_0.gemfile
  - test/gemfiles/rails_6_1.gemfile

jobs:
  exclude:
    rvm: 2.7
    gemfile: test/gemfiles/rails_4_2.gemfile

cache: bundler
bundler_args: --path ../../vendor/bundle --without debug
notifications:
  slack: heybb:3n88HHilXn76ji9vV4gL819Y
env:
  global:
  - VERBOSE=1
script:
  bundle exec rake --trace