Skip to content

Commit

Permalink
use travis homebrew addon for reliability (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengroat authored and Daniel committed Dec 18, 2018
1 parent 4ed2721 commit 28f6292
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 28f6292

Please sign in to comment.