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:
authorPaul Hayes <fofr@users.noreply.github.com>2015-06-18 13:19:03 +0300
committerPaul Hayes <fofr@users.noreply.github.com>2015-06-18 13:37:51 +0300
commitbf9b497538b8c74e9cb29ba8a754184ebee499dd (patch)
tree0b0eca332ff1236c3587b946c4f0d179fe24f2d3 /.travis.yml
parentd64d48fd23c9624cc5c996e6516b7dc33fde5919 (diff)
Change minimum sass version
As of version 3.3.5, the @at-root sass feature has been introduced: https://github.com/twbs/bootstrap-sass/pull/805 https://github.com/twbs/bootstrap-sass/commit/2579e3374f146d85ce517cc368fb54c9d198ecc8 This feature depends on sass >= 3.3. * Bump minimum sass version * Remove sass 3.2 gemfile and update tests See also: https://github.com/twbs/bootstrap-sass/issues/920
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 069e73c..84db8f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: ruby
rvm:
- 2.1.5
gemfile:
- - test/gemfiles/sass_3_2.gemfile
- test/gemfiles/sass_3_3.gemfile
- test/gemfiles/sass_3_4.gemfile
- test/gemfiles/sass_head.gemfile