From 7319f3b99a82f645204bb4463f2e8902585699c1 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 18 Apr 2018 00:04:40 +0100 Subject: travis --- test/compass_test.rb | 2 +- test/gemfiles/sass_head.gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/compass_test.rb b/test/compass_test.rb index 8b2fc8b4..e7c4fb71 100644 --- a/test/compass_test.rb +++ b/test/compass_test.rb @@ -3,7 +3,7 @@ require 'test_helper' class CompassTest < Minitest::Test def test_create_project command = 'rm -rf tmp/new-compass-project; bundle exec compass create tmp/new-compass-project -r bootstrap-sass --using bootstrap --trace --force' - success = silence_stdout_if(!ENV['VERBOSE']) { Bundler.with_clean_env { system(command) } } + success = silence_stdout_if(!ENV['VERBOSE']) { Bundler.with_original_env { system(command) } } assert success, 'Compass project creation failed!' end end diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile index 0cfe4f4f..de6d8aee 100644 --- a/test/gemfiles/sass_head.gemfile +++ b/test/gemfiles/sass_head.gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'sass', git: 'https://github.com/nex3/sass', branch: 'stable' # master is not compatible with Compass master +gem 'sass', git: 'https://github.com/sass/sass', branch: 'stable' # master is not compatible with Compass master gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false gemspec path: '../../' -- cgit v1.2.3