Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jan 9, 2019
1 parent a2f58b0 commit 5b6f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script: bundle exec rake spec
git:
submodules: false
before_install:
- gem install bundler
- gem install bundler -v "~> 1.17"
- |
master_sha="$(ruby -e "puts '`git submodule status spec/fixtures/spec-repos/master`'.strip.sub(/^-/, '').split(/\s/, 2).first")"
curl -ssL "https://github.com/CocoaPods/Specs/archive/$master_sha.tar.gz" | tar xz -C spec/fixtures/spec-repos
Expand Down

0 comments on commit 5b6f4a7

Please sign in to comment.