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>2013-10-17 00:43:04 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-10-17 00:43:04 +0400
commitc3557a1736901b0a2b3a5f697e2cba7ce118b018 (patch)
tree57dba019b839e1eeb7df5941ee6c5f43baabe75b /.travis.yml
parent91097c6853356b2a0e1c8c5a8cc588a161bf4b2a (diff)
travis.yml: add sass_3.3.gemfile to the list
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d1fa44..f48f256 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,9 @@ rvm:
- jruby
- rbx-19mode
gemfile:
+ - test/gemfiles/sass_3_3.gemfile
- test/gemfiles/sass_3_2.gemfile
- test/gemfiles/sass_head.gemfile
matrix:
allow_failures:
- gemfile: test/gemfiles/sass_head.gemfile
-
-