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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-12-17 18:53:32 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-12-17 18:53:32 +0300
commit2a3d0b16913be9b69b6cef4e939f1d4f24c0ceb6 (patch)
tree7bf45b802b67fc9c67f1b716c81305bb8fa553ef /.travis.yml
parent7d30630bc8d490239b15dce754dfba298a7d5bc2 (diff)
travis: no longer test alt rubies
This gem no longer has any complex Ruby code that needs to be tested with multiple rubies. Massive CI speedup.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3087a942..069e73cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: ruby
rvm:
- - 2.1.2
- - jruby
- - rbx-2
+ - 2.1.5
gemfile:
- test/gemfiles/sass_3_2.gemfile
- test/gemfiles/sass_3_3.gemfile