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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2016-09-10 15:47:44 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-09-10 15:47:44 +0300
commitf94f16f28011185c23cb8606b26093732b331682 (patch)
tree264e22dfbced67e478a89f70143c3ec39dad0359 /.travis.yml
parent310f0875840c2bcd41586789ad4ace1316f9c1c2 (diff)
travis: less specific Ruby version, faster tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 50e2d0c..b0d80e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: ruby
sudo: false
rvm:
- - 2.2.4
+ - 2.2
gemfile:
- test/gemfiles/rails_4_2.gemfile
- test/gemfiles/rails_5_0.gemfile