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