Skip to content

Commit 540395f

Browse files
committed
cli tests need sprites gem on ci
1 parent a7740dc commit 540395f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ unless ENV['PKG']
88
gem "compass-core", :path => "../core" unless defined?(CI)
99
gem "compass-import-once", :path => "../import-once" unless defined?(CI)
1010
gem 'sass-globbing', "~> 1.1.1"
11-
gem "compass-sprites", :path => "../sprites" unless defined?(CI)
11+
gem "compass-sprites", :path => "../sprites"
1212
gem "cucumber", "~> 1.2.1"
1313
gem "rspec", "~> 2.0.0"
1414
gem "compass-validator", "3.0.1"

0 commit comments

Comments
 (0)