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: 3dff3caebbef6b57e404dc8351a71b66b6dc7b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: ruby
sudo: false
rvm:
  - 2.3.1
gemfile:
  - test/gemfiles/rails_4_2.gemfile
  - test/gemfiles/rails_5_0.gemfile
  - test/gemfiles/rails_5_1.gemfile
cache: bundler
bundler_args: --path ../../vendor/bundle --without debug
notifications:
  slack: heybb:3n88HHilXn76ji9vV4gL819Y
env:
  global:
  - VERBOSE=1
script:
  bundle exec rake --trace