Skip to content

Commit

Permalink
Merge pull request #90 from CocoaPods/update_travis
Browse files Browse the repository at this point in the history
Update .travis.yaml config
  • Loading branch information
dnkoutso authored Jul 11, 2019
2 parents bc9e262 + 5839d11 commit a2df250
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ rvm:
- 2.0.0
- 2.3.4
- 2.5.0
- 2.6.2

before_install:
# There is a bug in travis. When using system ruby, bundler is not
# installed and causes the default install action to fail.
- if [ "$TRAVIS_RUBY_VERSION" = "system" ]; then sudo gem install "bundler:~> 1.15.0"; else gem install "bundler:~> 1.15.0"; fi

install:
- brew install bzr
- bundle install
- git config --global user.name 'CI'
- git config --global user.email '[email protected]'

0 comments on commit a2df250

Please sign in to comment.