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-03-14 00:46:58 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-03-14 00:46:58 +0400
commitb24d99a64ff102db563b2c122f483a2406a7885c (patch)
tree19756c8b033a11a180254ee2b6e36e8c51e25193 /.travis.yml
parent1f6ab21fa9719dc20e8eeac602ad8168cfb8d8aa (diff)
Update test gems and travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d4fcd5eb..d982d417 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,12 @@
language: ruby
rvm:
+ - 2.1.1
- 2.0.0
- - 1.9.3
- jruby
- - rbx-2.2.4
+ - rbx
gemfile:
- test/gemfiles/sass_3_2.gemfile
+ - test/gemfiles/sass_3_3.gemfile
- test/gemfiles/sass_head.gemfile
before_install:
- "npm install node-sass"