tuned Gemfile for travis-ci
This commit is contained in:
parent
073c04cde8
commit
5bf3b68d2c
15
Gemfile
15
Gemfile
@ -9,26 +9,25 @@ gem "compass-validator", "3.0.1"
|
|||||||
gem "css_parser", "~> 1.0.1"
|
gem "css_parser", "~> 1.0.1"
|
||||||
gem "sass", "~> 3.1"
|
gem "sass", "~> 3.1"
|
||||||
gem "haml", "~> 3.1"
|
gem "haml", "~> 3.1"
|
||||||
gem "rcov", :platform => :mri_18
|
|
||||||
gem "rubyzip"
|
gem "rubyzip"
|
||||||
gem "livereload"
|
gem "livereload"
|
||||||
gem "ruby-prof", :platform => :mri_18
|
|
||||||
|
|
||||||
gem 'mocha'
|
gem 'mocha'
|
||||||
gem 'timecop'
|
gem 'timecop'
|
||||||
|
|
||||||
gem 'guard'
|
|
||||||
gem 'guard-test'
|
|
||||||
gem 'guard-cucumber'
|
|
||||||
|
|
||||||
gem 'diff-lcs', '~> 1.1.2'
|
gem 'diff-lcs', '~> 1.1.2'
|
||||||
|
|
||||||
gem 'rake', '~> 0.9.2'
|
gem 'rake', '~> 0.9.2'
|
||||||
|
|
||||||
#Warning becarful adding OS dependant gems to this file it will cause issues on the CI server
|
# Warning becarful adding OS dependant gems above this line it will break the CI server please
|
||||||
|
# place them below so they are excluded
|
||||||
|
|
||||||
unless ENV["CI"]
|
unless ENV["CI"]
|
||||||
gem 'rb-fsevent'
|
gem 'rb-fsevent'
|
||||||
gem 'growl_notify'
|
gem 'growl_notify'
|
||||||
|
gem "ruby-prof", :platform => :mri_18
|
||||||
|
gem "rcov", :platform => :mri_18
|
||||||
|
gem 'guard'
|
||||||
|
gem 'guard-test'
|
||||||
|
gem 'guard-cucumber'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user