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>2014-08-19 21:59:20 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-08-19 22:06:33 +0400
commit3b493908b86b6d742a080e7005c0c0ceb1f8bb25 (patch)
treeb6349935cec675e61d32f9e2d5e5e48bf2f88021 /.travis.yml
parent67763549c1d3a63582fdcd5e4963ecd02228ad5d (diff)
update test gemfiles, fix tests for compass 1.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 482b82e..58c3281 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,12 @@
language: ruby
rvm:
- - 2.1.1
- - 2.0.0
+ - 2.1.2
- jruby
- rbx-2
gemfile:
- test/gemfiles/sass_3_2.gemfile
- test/gemfiles/sass_3_3.gemfile
+ - test/gemfiles/sass_3_4.gemfile
- test/gemfiles/sass_head.gemfile
before_install:
- "npm install node-sass mincer ejs"