Files
PerspectiveTransform/Gemfile
Paul Zabelin 51e7d0f82f refactor travis Gemfile
to use group, as travis now requires cocoapods for pod install
2018-02-28 18:12:34 -08:00

9 lines
253 B
Ruby

source 'https://rubygems.org'
gem 'cocoapods' # Dependency manager
gem 'slather' # test coverage reports
group :travis do
gem 'xcpretty-travis-formatter' # xcpretty with sections: Build and Test
end