jessemillar / dotfiles

A collection of the dotfiles that keep my workstations humming
MIT License
8 stars 0 forks source link

Make installing zsh via brew not time out in Travis #27

Closed jessemillar closed 4 years ago

jessemillar commented 4 years ago

brew install zsh works fine on my Ubuntu VMs but Travis doesn't like it and kills the build after 10 minutes every time.

jessemillar commented 4 years ago

Moved to apt instead and it works now.