mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
travis
This commit is contained in:
parent
66cf996e86
commit
fc8d477e88
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ gemfile:
|
||||||
- test/gemfiles/sass_3_3.gemfile
|
- test/gemfiles/sass_3_3.gemfile
|
||||||
- test/gemfiles/sass_head.gemfile
|
- test/gemfiles/sass_head.gemfile
|
||||||
before_install:
|
before_install:
|
||||||
- "npm install node-sass mincer ejs"
|
- "npm install"
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# rbx has issues https://github.com/rubinius/rubinius/issues/3060
|
# rbx has issues https://github.com/rubinius/rubinius/issues/3060
|
||||||
|
|
|
@ -6,7 +6,7 @@ require 'active_support/core_ext/kernel/reporting'
|
||||||
|
|
||||||
Dir.chdir 'test' do
|
Dir.chdir 'test' do
|
||||||
Dir['support/**/*.rb'].each do |file|
|
Dir['support/**/*.rb'].each do |file|
|
||||||
require file
|
load file
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue