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-09-03 02:11:32 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 02:11:32 +0400
commitfc8d477e88da2e056cdf13d74d49e600c71130fc (patch)
tree092ffafc627b91c24770f4083c43647bae006acd
parent66cf996e869e42619090a765a38baa8510c9fa0a (diff)
travis
-rw-r--r--.travis.yml2
-rw-r--r--test/test_helper.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 482b82e5..0223e8c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ gemfile:
- test/gemfiles/sass_3_3.gemfile
- test/gemfiles/sass_head.gemfile
before_install:
- - "npm install node-sass mincer ejs"
+ - "npm install"
matrix:
allow_failures:
# rbx has issues https://github.com/rubinius/rubinius/issues/3060
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 21e946c4..b2fd1f2b 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -6,7 +6,7 @@ require 'active_support/core_ext/kernel/reporting'
Dir.chdir 'test' do
Dir['support/**/*.rb'].each do |file|
- require file
+ load file
end
end