Skip to content

Commit 3206b00

Browse files
committed
Fix travis
1 parent d611baf commit 3206b00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- (motion --version)
2222
- (ruby --version)
2323
- motion repo
24-
- bundle install
24+
- bundle install --jobs=3 --retry=3
2525
- bundle exec rake pod:install
2626

2727
gemfile:

motion-html-pipeline.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ Gem::Specification.new do |spec|
1919

2020
spec.add_dependency 'motion-cocoapods'
2121

22-
spec.add_development_dependency 'rake'
2322
spec.add_development_dependency 'motion-expect', '~> 2.0' # required for Travis build to work
2423
end

0 commit comments

Comments
 (0)