Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use travis homebrew addon for reliability #133

Merged
1 commit merged into from
Dec 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use travis homebrew addon for reliability
  • Loading branch information
stephengroat authored Dec 17, 2018
commit ea13cd7c8574b303faf091324c1c07133f31cd8c
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ os: osx
osx_image: xcode10
env: LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8

addons:
homebrew:
update: true
brewfile: true

before_install:
- brew update && brew bundle
- bundle install

jobs:
Expand Down